1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-18 04:40:03 +02:00

go.mod: Upgrade github.com/eosswedenorg-go/eos-ship-client to v0.1.3

This commit is contained in:
Henrik Hautakoski 2022-11-28 17:13:43 +01:00
parent 46b0db2ff2
commit 10e40bbcc3
3 changed files with 28 additions and 18 deletions

15
go.mod
View file

@ -3,13 +3,24 @@ module eosio-ship-trace-reader
go 1.14
require (
github.com/eoscanada/eos-go v0.10.2
github.com/eosswedenorg-go/eos-ship-client v0.1.0
contrib.go.opencensus.io/exporter/stackdriver v0.13.10 // indirect
github.com/eoscanada/eos-go v0.10.3-0.20221117104514-64cafd714c60
github.com/eosswedenorg-go/eos-ship-client v0.1.3
github.com/eosswedenorg-go/pid v1.0.1
github.com/go-redis/cache/v8 v8.4.3
github.com/go-redis/redis/v8 v8.11.4
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/pborman/getopt/v2 v2.1.0
github.com/sirupsen/logrus v1.9.0
github.com/streamingfast/logging v0.0.0-20211221170249-09a6ecb200a0 // indirect
github.com/stretchr/testify v1.7.0
github.com/teris-io/shortid v0.0.0-20201117134242-e59966efd125 // indirect
github.com/tidwall/gjson v1.14.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.20.0 // indirect
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/tools v0.1.9 // indirect
)