diff options
| author | Shulhan <ms@kilabit.info> | 2023-02-12 15:37:55 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-02-12 15:37:55 +0700 |
| commit | f4aafabeb7a09bdbe07d60c0d331fbb464bd68b6 (patch) | |
| tree | acca6eb1dad58fb78cae3b050dca159c8aa294d4 /go.mod | |
| parent | 61d3027ba0cc694111ea1d294bef1b6914d324dc (diff) | |
| download | awwan-f4aafabeb7a09bdbe07d60c0d331fbb464bd68b6.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -7,16 +7,16 @@ go 1.18 require ( git.sr.ht/~shulhan/ciigo v0.9.2 - github.com/evanw/esbuild v0.15.7 - github.com/shuLhan/share v0.41.0 + github.com/evanw/esbuild v0.17.7 + github.com/shuLhan/share v0.43.0 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.3.2 // indirect - golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect - golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect - golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect - golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.4.0 // indirect + golang.org/x/crypto v0.6.0 // indirect + golang.org/x/net v0.6.0 // indirect + golang.org/x/sys v0.5.0 // indirect + golang.org/x/term v0.5.0 // indirect ) //replace github.com/shuLhan/share => ../share |
