diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-12-26 18:21:27 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-12-26 18:21:27 +0700 |
| commit | 40218280dd3927bdeb9859c5b7d161be3c1f669d (patch) | |
| tree | c725432a4e11929b591d0a54f205533c959949ae /go.mod | |
| parent | 366532b49c8ac3d80982996c76419504fbc57a4e (diff) | |
| download | golang-id-web-40218280dd3927bdeb9859c5b7d161be3c1f669d.tar.xz | |
go.mod: pembaruan modul ciigo
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,7 +3,8 @@ module github.com/golang-id/web go 1.15 require ( - git.sr.ht/~shulhan/ciigo v0.3.1-0.20201209072051-8743f262491b + git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201226102329-36285ff15434 // indirect + git.sr.ht/~shulhan/ciigo v0.3.1-0.20201213122359-5b4ccb6434d7 github.com/shuLhan/share v0.21.0 - golang.org/x/net v0.0.0-20201207224615-747e23833adb // indirect + golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect ) |
