Skip to content

Commit

Permalink
updated go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Dec 19, 2021
1 parent c4e2735 commit 3adccbd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
module github.com/crawlab-team/crawlab-db

go 1.15
go 1.16

require (
github.com/apex/log v1.9.0
github.com/cenkalti/backoff/v4 v4.1.0
github.com/crawlab-team/go-trace v0.1.0
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/go-cmp v0.5.2 // indirect
github.com/jmoiron/sqlx v1.2.0
Expand All @@ -15,6 +16,4 @@ require (
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
go.mongodb.org/mongo-driver v1.8.0
golang.org/x/text v0.3.3 // indirect
github.com/crawlab-team/go-trace v0.1.0
)

0 comments on commit 3adccbd

Please sign in to comment.