diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-12-09 14:51:38 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-12-09 14:51:38 +0700 |
| commit | 018c6719036e81145b7496dd2aedb328ea0cebcc (patch) | |
| tree | 2a481ce7a9f9339cc154bfc5656ad4330d76f725 | |
| parent | ee33cb0d92eaa8ca3fdb2974cbddbf56369c1474 (diff) | |
| download | golang-id-web-018c6719036e81145b7496dd2aedb328ea0cebcc.tar.xz | |
go.mod: pembaruan dependensi
| -rw-r--r-- | go.mod | 5 | ||||
| -rw-r--r-- | go.sum | 13 |
2 files changed, 12 insertions, 6 deletions
@@ -3,6 +3,7 @@ module github.com/golang-id/web go 1.15 require ( - git.sr.ht/~shulhan/ciigo v0.3.0 - github.com/shuLhan/share v0.20.2-0.20201205202022-66069b9e49fe + git.sr.ht/~shulhan/ciigo v0.3.1-0.20201209072051-8743f262491b + github.com/shuLhan/share v0.21.0 + golang.org/x/net v0.0.0-20201207224615-747e23833adb // indirect ) @@ -1,16 +1,21 @@ -git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201205130914-be765f32b57b h1:kcJmp4awIHV7lKRrRpgh/y1GHCTAANHGwK9OcENjiMM= git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201205130914-be765f32b57b/go.mod h1:ejaxKeBMNL5EpP2zjRP4B8zuOr+MM4ZyGwE3y7807WI= -git.sr.ht/~shulhan/ciigo v0.3.0 h1:1sthBq7rr/fMW9jvBeFOMwsRLNGAQjoc9l0TJYrKSNk= +git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201209071527-6ce7e96fac3e h1:nOtl9IBSUP49iiDXJs47KEpaL6rt+b63+uj+NkBPXa8= +git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201209071527-6ce7e96fac3e/go.mod h1:ejaxKeBMNL5EpP2zjRP4B8zuOr+MM4ZyGwE3y7807WI= git.sr.ht/~shulhan/ciigo v0.3.0/go.mod h1:Y5FvSiJg88qshoR1ktj4fLzM5sk1pZcV0kJGU8GAuTo= +git.sr.ht/~shulhan/ciigo v0.3.1-0.20201209072051-8743f262491b h1:2P/RDaEeaprz+tVp3t9aQGGUf4rk4S6lajVQdktbx54= +git.sr.ht/~shulhan/ciigo v0.3.1-0.20201209072051-8743f262491b/go.mod h1:ARMppSQKbkrMhlfLFNmr9QB+g+Oo4IQK7fnS43CT9P8= github.com/shuLhan/share v0.20.2-0.20201122173411-e8b3bf5ee6e9/go.mod h1:oBv+CGHG6u4Sa71+nJJJji8mCgPAadywjsB3I3k/b0o= -github.com/shuLhan/share v0.20.2-0.20201205202022-66069b9e49fe h1:v0zC26L+aXrB7nSokISTW9/4vZGWMKQJvz+XRVcre1Y= github.com/shuLhan/share v0.20.2-0.20201205202022-66069b9e49fe/go.mod h1:oBv+CGHG6u4Sa71+nJJJji8mCgPAadywjsB3I3k/b0o= +github.com/shuLhan/share v0.21.0 h1:q0/XbyRbTEF403wxjK3RLHEawFJEQF+UiqutSMmQ3Ls= +github.com/shuLhan/share v0.21.0/go.mod h1:u9caerexlcxmPVDttj7PnkxCBDY6yBRTZ+gGR+1tO98= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 h1:42cLlJJdEh+ySyeUUbEQ5bsTiq8voBeTuweGVkY6Puw= golang.org/x/net v0.0.0-20201031054903-ff519b6c9102/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= +golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= +golang.org/x/net v0.0.0-20201207224615-747e23833adb h1:xj2oMIbduz83x7tzglytWT7spn6rP+9hvKjTpro6/pM= +golang.org/x/net v0.0.0-20201207224615-747e23833adb/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |
