Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed Dec 5, 2023
1 parent 89c71f4 commit 75ac7ec
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 16 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
module gitlab.com/etke.cc/tools/bunny-upload

go 1.19
go 1.21.0

require github.com/xxjwxc/gowp v0.0.0-20220528192505-f87b7668d4ff
toolchain go1.21.4

require github.com/xxjwxc/gowp v0.0.0-20230612082025-23a9b62c1da6

require (
github.com/xxjwxc/public v0.0.0-20210518123934-6cc0965f0bc5 // indirect
github.com/xxjwxc/public v0.0.0-20231123085200-159e77d6cf08 // indirect
gopkg.in/eapache/queue.v1 v1.1.0 // indirect
)
7 changes: 4 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,12 @@ github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGr
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q=
github.com/xxjwxc/gowp v0.0.0-20200603130651-4d7368b0e285/go.mod h1:yJ/fY5BorWARfDDsxBU/MyQTHc5MVyNcqBQQYD6MN0k=
github.com/xxjwxc/gowp v0.0.0-20220528192505-f87b7668d4ff h1:rbakxW5QsRJ4it9w5yXDucHZTIOrTboRV3xeBQ+60F0=
github.com/xxjwxc/gowp v0.0.0-20220528192505-f87b7668d4ff/go.mod h1:oaLsbo1ZWr4jYanHCB6zQetBkmQHNNH8N9E7xbmrLWc=
github.com/xxjwxc/gowp v0.0.0-20230612082025-23a9b62c1da6 h1:u/XfxctLMBf43S1ATmfbKlNTM6x/TXCC5q5g0GvDg+A=
github.com/xxjwxc/gowp v0.0.0-20230612082025-23a9b62c1da6/go.mod h1:oaLsbo1ZWr4jYanHCB6zQetBkmQHNNH8N9E7xbmrLWc=
github.com/xxjwxc/public v0.0.0-20200603115833-341beff27850/go.mod h1:fp3M+FEQrCgWD1fZ/PLwZkCTglf086OEhC9LcydAUnc=
github.com/xxjwxc/public v0.0.0-20210518123934-6cc0965f0bc5 h1:PYu1xvS3JoXfLl3Yz5H0vdxdlvsMItQoFOZccJMIG54=
github.com/xxjwxc/public v0.0.0-20210518123934-6cc0965f0bc5/go.mod h1:za2pkqdDH64CbdyuZz6dqI+IhjCgstXeoWD3IAWbiAc=
github.com/xxjwxc/public v0.0.0-20231123085200-159e77d6cf08 h1:dx0GYCGuOxAQetW/DvL4YCDQD9pm8XBSveCjU7EiSvA=
github.com/xxjwxc/public v0.0.0-20231123085200-159e77d6cf08/go.mod h1:37y/Uj8+rjnAGLMN9Dsj3oy9ZjQTpYjyc612imliZ3c=
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
go.opentelemetry.io/otel v0.16.0/go.mod h1:e4GKElweB8W2gWUqbghw0B8t5MCTccc9212eNHnOHwA=
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ default:
@just --list --justfile {{ justfile() }}

# update go deps
update:
go get .
update *flags:
go get {{flags}} .
go mod tidy
go mod vendor

Expand Down
17 changes: 12 additions & 5 deletions vendor/github.com/xxjwxc/gowp/workpool/workpool.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions vendor/github.com/xxjwxc/public/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# github.com/xxjwxc/gowp v0.0.0-20220528192505-f87b7668d4ff
# github.com/xxjwxc/gowp v0.0.0-20230612082025-23a9b62c1da6
## explicit; go 1.13
github.com/xxjwxc/gowp/workpool
# github.com/xxjwxc/public v0.0.0-20210518123934-6cc0965f0bc5
## explicit; go 1.14
# github.com/xxjwxc/public v0.0.0-20231123085200-159e77d6cf08
## explicit; go 1.21.0
github.com/xxjwxc/public/myqueue
# gopkg.in/eapache/queue.v1 v1.1.0
## explicit
Expand Down

0 comments on commit 75ac7ec

Please sign in to comment.