diff options
author | Michael Kriese <michael.kriese@gmx.de> | 2024-12-04 22:53:14 +0100 |
---|---|---|
committer | Michael Kriese <michael.kriese@gmx.de> | 2024-12-04 22:53:14 +0100 |
commit | 2f00a89a2a4fbd135a28035e4799ab310f35996a (patch) | |
tree | 28923c25519a81b44ccbf03190c2404ee024762f /go.mod | |
parent | Merge pull request 'build: use go toolchain' (#72) from build/use-go-toolchai... (diff) | |
parent | Update github.com/timshannon/bolthold digest to 30aac69 (diff) | |
download | forgejo-act-2f00a89a2a4fbd135a28035e4799ab310f35996a.tar.xz forgejo-act-2f00a89a2a4fbd135a28035e4799ab310f35996a.zip |
Merge pull request 'Update github.com/timshannon/bolthold digest to 30aac69' (#73) from renovate/github.com-timshannon-bolthold-digest into main
Reviewed-on: https://code.forgejo.org/forgejo/act/pulls/73
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ require ( github.com/spf13/cobra v1.8.0 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.8.4 - github.com/timshannon/bolthold v0.0.0-20210913165410-232392fc8a6a + github.com/timshannon/bolthold v0.0.0-20240314194003-30aac6950928 go.etcd.io/bbolt v1.3.9 golang.org/x/term v0.18.0 gopkg.in/yaml.v3 v3.0.1 |