Skip to content

Commit e14474f

Browse files
author
Tobias Schwarz
committed
Update go mod
1 parent f8837dd commit e14474f

File tree

5 files changed

+2
-537
lines changed

5 files changed

+2
-537
lines changed

Gopkg.lock

-9
This file was deleted.

Gopkg.toml

-30
This file was deleted.

bin/gex

-4 KB
Binary file not shown.

go.mod

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,12 @@ module github.com/tosch110/gex
33
go 1.15
44

55
require (
6-
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2
7-
github.com/fatih/color v1.7.0
86
github.com/go-openapi/strfmt v0.19.5 // indirect
9-
github.com/gorilla/websocket v1.4.2
10-
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e
7+
github.com/gorilla/websocket v1.4.2 // indirect
118
github.com/jedib0t/go-pretty v4.3.0+incompatible
129
github.com/mum4k/termdash v0.12.2
13-
github.com/rgamba/evtwebsocket v0.0.0-20181029234908-48b8cd9f8616 // indirect
1410
github.com/sacOO7/go-logger v0.0.0-20180719173527-9ac9add5a50d // indirect
1511
github.com/sacOO7/gowebsocket v0.0.0-20180719182212-1436bb906a4e
16-
github.com/sacOO7/socketcluster-client-go v1.0.0
17-
github.com/tendermint/tendermint v0.33.8
1812
github.com/tidwall/gjson v1.6.1
1913
gopkg.in/resty.v1 v1.12.0
2014
)

0 commit comments

Comments
 (0)