diff options
| author | Shulhan <ms@kilabit.info> | 2022-01-30 11:43:05 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-01-30 11:43:05 +0700 |
| commit | 1cf06e6b9d8254600ff997c681f36514a501afa4 (patch) | |
| tree | 429f433ba9ddd10978cb7668405adeec9bd885b1 /go.mod | |
| parent | d07445081f511dd2abb559971f2fb399793b95cf (diff) | |
| download | beku-1cf06e6b9d8254600ff997c681f36514a501afa4.tar.xz | |
go.mod: update all dependencies
This changes affect code that use lib/test.Assert().
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,10 @@ module github.com/shuLhan/beku require ( - github.com/shuLhan/share v0.7.1-0.20190624170642-4f257f0cf1b7 - golang.org/x/tools v0.0.0-20190608022120-eacb66d2a7c3 + github.com/shuLhan/share v0.33.0 + golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect + golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect + golang.org/x/tools v0.1.9 ) go 1.11 |
