diff options
| author | Shulhan <ms@kilabit.info> | 2022-03-13 16:51:03 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-03-13 16:51:03 +0700 |
| commit | dd31e5fe16fa458464f32af8e863364cc627549a (patch) | |
| tree | f884fe12cb8eddd9f8dbe05840f4a4033442b497 /go.mod | |
| parent | 42dbd5ef7b4e0b1975f792067e11486bf76b3b6c (diff) | |
| download | gorankusu-dd31e5fe16fa458464f32af8e863364cc627549a.tar.xz | |
all: update dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,12 +3,14 @@ module git.sr.ht/~shulhan/trunks go 1.16 require ( - git.sr.ht/~shulhan/ciigo v0.7.1 + git.sr.ht/~shulhan/ciigo v0.8.0 github.com/dgryski/go-gk v0.0.0-20200319235926-a69029f61654 // indirect github.com/influxdata/tdigest v0.0.1 // indirect github.com/mailru/easyjson v0.7.7 // indirect - github.com/shuLhan/share v0.34.0 + github.com/shuLhan/share v0.35.0 github.com/tsenart/vegeta/v12 v12.8.4 + golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect + golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect ) //replace github.com/shuLhan/share => ../share |
