summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Kriese <michael.kriese@gmx.de>2024-12-04 22:53:14 +0100
committerMichael Kriese <michael.kriese@gmx.de>2024-12-04 22:53:14 +0100
commit2f00a89a2a4fbd135a28035e4799ab310f35996a (patch)
tree28923c25519a81b44ccbf03190c2404ee024762f /go.mod
parentMerge pull request 'build: use go toolchain' (#72) from build/use-go-toolchai... (diff)
parentUpdate github.com/timshannon/bolthold digest to 30aac69 (diff)
downloadforgejo-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 4e64b16..3fe7cb4 100644
--- a/go.mod
+++ b/go.mod
@@ -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