Skip to content

Commit

Permalink
update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Delores Diei committed Sep 8, 2021
1 parent b5958c8 commit 004459d
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 10 deletions.
12 changes: 2 additions & 10 deletions go.mod
@@ -1,25 +1,17 @@
module github.com/vgarvardt/gue/v3
module github.com/Del-sama/gue

go 1.16

require (
github.com/go-pg/pg/v10 v10.10.4
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgconn v1.10.0
github.com/jackc/pgtype v1.8.1
github.com/jackc/pgx v3.6.2+incompatible
github.com/jackc/pgx/v4 v4.13.0
github.com/lib/pq v1.10.2
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/vgarvardt/backoff v1.0.0
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
github.com/vgarvardt/gue/v3 v3.0.0
go.uber.org/zap v1.19.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
golang.org/x/text v0.3.7 // indirect
)

0 comments on commit 004459d

Please sign in to comment.