File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ DOCKER := $(shell which docker)
6
6
LEDGER_ENABLED ?= true
7
7
BINDIR ?= $(GOPATH ) /bin
8
8
BUILD_DIR = ./build
9
- VERSION = v0.0.1-alpha.12
9
+ VERSION = v0.0.1-alpha.13
10
10
11
11
export GO111MODULE = on
12
12
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ require (
47
47
github.com/spf13/cobra v1.8.0
48
48
github.com/spf13/pflag v1.0.5
49
49
github.com/spf13/viper v1.18.2
50
- github.com/strangelove-ventures/poa v0.50.3
50
+ github.com/strangelove-ventures/poa v0.50.4-0.20240822204205-cff1b71131dd
51
51
github.com/strangelove-ventures/tokenfactory v0.50.3
52
52
github.com/stretchr/testify v1.9.0
53
53
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157
Original file line number Diff line number Diff line change @@ -958,8 +958,8 @@ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
958
958
github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
959
959
github.com/spf13/viper v1.17.0 h1:I5txKw7MJasPL/BrfkbA0Jyo/oELqVmux4pR/UxOMfI =
960
960
github.com/spf13/viper v1.17.0 /go.mod h1:BmMMMLQXSbcHK6KAOiFLz0l5JHrU89OdIRHvsk0+yVI =
961
- github.com/strangelove-ventures/poa v0.50.3 h1:Ib9t8TObkd8LWQYt+pFxJVnxA4jEfr0HM8bgBytXcE4 =
962
- github.com/strangelove-ventures/poa v0.50.3 /go.mod h1:hCoBNFkrAxmRvVVXVsaIN8j3jpxzBUxDXZ0LP3NrRyw =
961
+ github.com/strangelove-ventures/poa v0.50.4-0.20240822204205-cff1b71131dd h1:QgxmZSOcAxDicYFIXhJcSguo3ZKLKB4+p2frxU60kfg =
962
+ github.com/strangelove-ventures/poa v0.50.4-0.20240822204205-cff1b71131dd /go.mod h1:hCoBNFkrAxmRvVVXVsaIN8j3jpxzBUxDXZ0LP3NrRyw =
963
963
github.com/strangelove-ventures/tokenfactory v0.50.3 h1:MccxHYUHjMHDOxcmx/HJs1mU4zVhli1f4sz3126Wzr8 =
964
964
github.com/strangelove-ventures/tokenfactory v0.50.3 /go.mod h1:z0hlFofihDchAZxyzu0P/XxM+FSUAC+RmncklvTdcDg =
965
965
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94 /go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw =
You can’t perform that action at this time.
0 commit comments