diff options
| author | Shulhan <ms@kilabit.info> | 2023-02-12 15:55:26 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-02-12 15:55:26 +0700 |
| commit | 0cffaddda7c0f36c0ad55f5b9b9d4e871d6b3e7f (patch) | |
| tree | fc989ae51a017d3320966101a9b615d93b908bf6 | |
| parent | d2211d2109107a80d5c98d2b4660e3646f0f4616 (diff) | |
| download | duitku-0cffaddda7c0f36c0ad55f5b9b9d4e871d6b3e7f.tar.xz | |
go.mod: update all dependencies to latest release
| -rw-r--r-- | go.mod | 6 | ||||
| -rw-r--r-- | go.sum | 12 |
2 files changed, 9 insertions, 9 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 @@ -1,6 +1,6 @@ -github.com/shuLhan/share v0.42.1-0.20230201082435-894f4d4ae310 h1:QrtTBWeseBQvWSEz7IcOMpoaELnUCe2Oov+zdTeakM8= -github.com/shuLhan/share v0.42.1-0.20230201082435-894f4d4ae310/go.mod h1:nus6RSASS+5P1ZUe89ciJZyp3v+IY1xqLdKwtnuGsaA= -golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 h1:1WGATo9HAhkWMbfyuVU0tEFP88OIkUvwaHFveQPvzCQ= -golang.org/x/net v0.0.0-20220907135653-1e95f45603a7/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= -golang.org/x/sys v0.0.0-20220908164124-27713097b956 h1:XeJjHH1KiLpKGb6lvMiksZ9l0fVUh+AmGcm0nOMEBOY= -golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +github.com/shuLhan/share v0.43.0 h1:WEaMg7WIX6YAvDphQjbPSZqz/ubuotRtD7Fq4zGO8Wc= +github.com/shuLhan/share v0.43.0/go.mod h1:nus6RSASS+5P1ZUe89ciJZyp3v+IY1xqLdKwtnuGsaA= +golang.org/x/net v0.6.0 h1:L4ZwwTvKW9gr0ZMS1yrHD9GZhIuVjOBBnaKH+SPQK0Q= +golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/sys v0.5.0 h1:MUK/U/4lj1t1oPg0HfuXDN/Z1wv31ZJ/YcPiGccS4DU= +golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= |
