Skip to content

Commit e875f0c

Browse files
committed
Fix go.mod
1 parent dc7d4c7 commit e875f0c

File tree

2 files changed

+711
-20
lines changed

2 files changed

+711
-20
lines changed

go.mod

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ module github.com/kcarretto/paragon
33
go 1.13
44

55
require (
6+
entgo.io/ent v0.10.0 // indirect
67
github.com/99designs/gqlgen v0.10.2
78
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
89
github.com/chzyer/logex v1.2.0 // indirect
910
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
1011
github.com/chzyer/test v0.0.0-20210722231415-061457976a23 // indirect
1112
github.com/denisbrodbeck/machineid v1.0.1
12-
github.com/facebookincubator/ent v0.0.0-20200122095037-28b9ef193fb3
1313
github.com/go-ole/go-ole v1.2.4 // indirect
14-
github.com/go-sql-driver/mysql v1.4.1
15-
github.com/gogo/protobuf v1.3.1
16-
github.com/golang/mock v1.3.1
17-
github.com/google/uuid v1.1.1
18-
github.com/mattn/go-sqlite3 v1.11.0
14+
github.com/go-sql-driver/mysql v1.6.0
15+
github.com/gogo/protobuf v1.3.2
16+
github.com/golang/mock v1.6.0
17+
github.com/google/uuid v1.3.0
18+
github.com/mattn/go-sqlite3 v1.14.10
1919
github.com/nats-io/nats.go v1.9.1
2020
github.com/pkg/errors v0.9.1
2121
github.com/pkg/profile v1.3.0
@@ -24,22 +24,14 @@ require (
2424
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
2525
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
2626
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
27-
github.com/spf13/afero v1.2.2
28-
github.com/stretchr/testify v1.4.0
27+
github.com/spf13/afero v1.6.0
28+
github.com/stretchr/testify v1.7.1-0.20210427113832-6241f9ab9942
2929
github.com/urfave/cli v1.20.0
3030
github.com/vektah/gqlparser v1.2.0
3131
go.starlark.net v0.0.0-20191018214235-58de16fb0ee7
32-
go.uber.org/atomic v1.4.0 // indirect
33-
go.uber.org/multierr v1.2.0 // indirect
34-
go.uber.org/zap v1.10.0
32+
go.uber.org/zap v1.17.0
3533
gocloud.dev v0.18.0
3634
gocloud.dev/pubsub/natspubsub v0.18.0
37-
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
38-
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0 // indirect
39-
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
40-
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
41-
golang.org/x/tools v0.0.0-20200122002620-f88bd7050267 // indirect
42-
google.golang.org/genproto v0.0.0-20191028173616-919d9bdd9fe6 // indirect
43-
google.golang.org/grpc v1.24.0 // indirect
44-
gopkg.in/yaml.v2 v2.2.5 // indirect
45-
)
35+
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
36+
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
37+
)

0 commit comments

Comments
 (0)