aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod21
1 files changed, 21 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..527829b
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,21 @@
+module git.sr.ht/~shulhan/go-x-proposal
+
+go 1.19
+
+require (
+ git.sr.ht/~shulhan/ciigo v0.10.0
+ github.com/shuLhan/share v0.46.0
+)
+
+require (
+ git.sr.ht/~shulhan/asciidoctor-go v0.4.1 // indirect
+ github.com/yuin/goldmark v1.5.4 // indirect
+ github.com/yuin/goldmark-meta v1.1.0 // indirect
+ golang.org/x/net v0.7.0 // indirect
+ golang.org/x/sys v0.5.0 // indirect
+ gopkg.in/yaml.v2 v2.4.0 // indirect
+)
+
+//replace github.com/shuLhan/share => ../share
+
+//replace git.sr.ht/~shulhan/ciigo => ../ciigo