summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2022-09-13 20:12:10 +0700
committerShulhan <m.shulhan@gmail.com>2022-09-13 20:12:10 +0700
commite96ae32fe5061bac41b7a8c8ec4a460760261141 (patch)
treec32f72bd378aa6432c113b682e1e88e5a9eec3ab /go.mod
parent03228a5890afd4cb1cdd6c7e4cbc134e8878b11e (diff)
downloadgolang-id-web-e96ae32fe5061bac41b7a8c8ec4a460760261141.tar.xz
go.mod: set minimum Go to 1.18 and update all dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 9 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 7138778..8268846 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,16 @@
module github.com/golang-id/web
-go 1.16
+go 1.18
require (
- git.sr.ht/~shulhan/ciigo v0.7.0
- github.com/shuLhan/share v0.32.0
+ git.sr.ht/~shulhan/ciigo v0.9.2
+ github.com/shuLhan/share v0.41.0
+)
+
+require (
+ git.sr.ht/~shulhan/asciidoctor-go v0.3.2 // indirect
+ golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
+ golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
)
//replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go