diff options
author | Renovate Bot <bot@kriese.eu> | 2024-08-13 15:23:35 +0200 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2024-08-14 19:02:05 +0200 |
commit | c0fc09ced9b102211ea48e8831448ae61b63bcea (patch) | |
tree | 9d87ea74beb0061570b56a7ac1b5daa5a4219686 /go.mod | |
parent | Merge pull request 'Update code.forgejo.org/oci/alpine Docker tag to v3.19' (... (diff) | |
download | forgejo-runner-c0fc09ced9b102211ea48e8831448ae61b63bcea.tar.xz forgejo-runner-c0fc09ced9b102211ea48e8831448ae61b63bcea.zip |
Update module github.com/avast/retry-go/v4 to v4.6.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ require ( code.gitea.io/actions-proto-go v0.4.0 code.gitea.io/gitea-vet v0.2.3 connectrpc.com/connect v1.16.2 - github.com/avast/retry-go/v4 v4.5.0 + github.com/avast/retry-go/v4 v4.6.0 github.com/docker/docker v24.0.7+incompatible github.com/google/uuid v1.3.0 github.com/joho/godotenv v1.5.1 @@ -14,7 +14,7 @@ require ( github.com/nektos/act v0.2.49 github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.8.0 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 golang.org/x/term v0.18.0 golang.org/x/time v0.3.0 google.golang.org/protobuf v1.33.0 @@ -75,7 +75,7 @@ require ( github.com/sergi/go-diff v1.3.1 // indirect github.com/skeema/knownhosts v1.2.1 // indirect github.com/spf13/pflag v1.0.5 // indirect - github.com/stretchr/objx v0.5.1 // indirect + github.com/stretchr/objx v0.5.2 // indirect github.com/timshannon/bolthold v0.0.0-20210913165410-232392fc8a6a // indirect github.com/xanzy/ssh-agent v0.3.3 // indirect github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect |