diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,11 +5,11 @@ module git.sr.ht/~shulhan/duitku go 1.19 -require github.com/shuLhan/share v0.42.1-0.20230201082435-894f4d4ae310 +require github.com/shuLhan/share v0.43.0 require ( - golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 // indirect - golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect + golang.org/x/net v0.6.0 // indirect + golang.org/x/sys v0.5.0 // indirect ) //replace github.com/shuLhan/share => ../share |
