1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

go.mod: remove reference to local antelope-go and use 0.0.3

This commit is contained in:
Henrik Hautakoski 2024-04-29 22:44:12 +02:00
parent 79e5777d56
commit bcf1b99bd8
2 changed files with 3 additions and 3 deletions

4
go.mod
View file

@ -12,7 +12,7 @@ require (
github.com/go-redis/redismock/v9 v9.2.0
github.com/mitchellh/mapstructure v1.5.0
github.com/nikoksr/notify v0.41.0
github.com/pnx/antelope-go v0.0.2-0.20240425200605-62ec2abfe722
github.com/pnx/antelope-go v0.0.3
github.com/redis/go-redis/v9 v9.5.1
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
@ -68,5 +68,3 @@ require (
)
replace github.com/eosswedenorg/thalos/api => ./api
replace github.com/pnx/antelope-go => ../../go/antelope-go