Skip to content

Commit

Permalink
Clean up go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
olivere committed Sep 16, 2021
1 parent 825f379 commit 6898146
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go.mod
@@ -1,10 +1,11 @@
module github.com/olivere/elastic/v7

go 1.15
go 1.16

require (
github.com/aws/aws-sdk-go v1.40.32
github.com/aws/aws-sdk-go v1.40.43
github.com/fortytw2/leaktest v1.3.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-cmp v0.5.6
github.com/mailru/easyjson v0.7.7
github.com/opentracing/opentracing-go v1.2.0
Expand Down

0 comments on commit 6898146

Please sign in to comment.