Skip to content

Commit f259e77

Browse files
committed
Update go mod
1 parent bd29a0b commit f259e77

File tree

2 files changed

+515
-20
lines changed

2 files changed

+515
-20
lines changed

go.mod

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module state-consumer
1+
module github.com/deso-protocol/state-consumer
22

33
go 1.18
44

@@ -8,12 +8,8 @@ replace github.com/deso-protocol/backend => ../backend/
88

99
require (
1010
github.com/deso-protocol/core v0.0.0-00010101000000-000000000000
11+
github.com/fsnotify/fsnotify v1.4.9
1112
github.com/golang/glog v1.0.0
12-
github.com/spf13/viper v1.7.1
13-
github.com/uptrace/bun v1.1.12
14-
github.com/uptrace/bun/dialect/pgdialect v1.1.12
15-
github.com/uptrace/bun/driver/pgdriver v1.1.12
16-
github.com/uptrace/bun/extra/bundebug v1.1.12
1713
)
1814

1915
require (
@@ -37,7 +33,6 @@ require (
3733
github.com/dustin/go-humanize v1.0.0 // indirect
3834
github.com/ethereum/go-ethereum v1.9.25 // indirect
3935
github.com/fatih/color v1.14.1 // indirect
40-
github.com/fsnotify/fsnotify v1.4.9 // indirect
4136
github.com/gernest/mention v2.0.0+incompatible // indirect
4237
github.com/go-pg/pg/v10 v10.10.0 // indirect
4338
github.com/go-pg/zerochecker v0.2.0 // indirect
@@ -47,24 +42,16 @@ require (
4742
github.com/golang/snappy v0.0.3 // indirect
4843
github.com/google/flatbuffers v2.0.0+incompatible // indirect
4944
github.com/google/uuid v1.2.0 // indirect
50-
github.com/hashicorp/hcl v1.0.0 // indirect
5145
github.com/holiman/uint256 v1.1.1 // indirect
5246
github.com/jinzhu/inflection v1.0.0 // indirect
53-
github.com/magiconair/properties v1.8.1 // indirect
5447
github.com/mattn/go-colorable v0.1.13 // indirect
5548
github.com/mattn/go-isatty v0.0.17 // indirect
56-
github.com/mitchellh/mapstructure v1.1.2 // indirect
5749
github.com/oleiade/lane v1.0.1 // indirect
58-
github.com/pelletier/go-toml v1.7.0 // indirect
5950
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
6051
github.com/pkg/errors v0.9.1 // indirect
6152
github.com/pmezard/go-difflib v1.0.0 // indirect
6253
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0 // indirect
63-
github.com/spf13/afero v1.1.2 // indirect
64-
github.com/spf13/cast v1.3.0 // indirect
65-
github.com/spf13/jwalterweatherman v1.0.0 // indirect
66-
github.com/spf13/pflag v1.0.5 // indirect
67-
github.com/subosito/gotenv v1.2.0 // indirect
54+
github.com/stretchr/testify v1.8.1 // indirect
6855
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
6956
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
7057
github.com/unrolled/secure v1.0.8 // indirect
@@ -75,11 +62,9 @@ require (
7562
go.opencensus.io v0.23.0 // indirect
7663
golang.org/x/crypto v0.6.0 // indirect
7764
golang.org/x/net v0.6.0 // indirect
78-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
65+
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
7966
golang.org/x/sys v0.5.0 // indirect
80-
golang.org/x/text v0.7.0 // indirect
67+
golang.org/x/tools v0.1.12 // indirect
8168
google.golang.org/protobuf v1.26.0 // indirect
82-
gopkg.in/ini.v1 v1.51.0 // indirect
83-
gopkg.in/yaml.v2 v2.4.0 // indirect
8469
mellium.im/sasl v0.3.1 // indirect
8570
)

0 commit comments

Comments
 (0)