Skip to content

Commit

Permalink
Update go module and go vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
meng_ding authored and ading1977 committed Apr 13, 2020
1 parent 25f0756 commit 49bd249
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ require (
github.com/golang/protobuf v1.3.1
github.com/gorilla/websocket v1.2.0
github.com/stretchr/testify v1.3.0
github.com/turbonomic/turbo-api v0.0.0-20200409182717-9a979f01a6bb
github.com/turbonomic/turbo-api v0.0.0-20200413140231-3bef8fb11708
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/turbonomic/turbo-api v0.0.0-20200409182717-9a979f01a6bb h1:d4Kl4ii0HeIGOS66BTaaq98NIJ1XuuhVS/3SepWihw8=
github.com/turbonomic/turbo-api v0.0.0-20200409182717-9a979f01a6bb/go.mod h1:L3eNZzTD3Iw8GV+cfeJD/lfDaEGPbZZGQrtml71yG10=
github.com/turbonomic/turbo-api v0.0.0-20200413140231-3bef8fb11708 h1:ez1BHxInhrLoSoXYvuHyZwJTJaS0H/c+2axY8VZIW+c=
github.com/turbonomic/turbo-api v0.0.0-20200413140231-3bef8fb11708/go.mod h1:L3eNZzTD3Iw8GV+cfeJD/lfDaEGPbZZGQrtml71yG10=
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ github.com/gorilla/websocket
github.com/pmezard/go-difflib/difflib
# github.com/stretchr/testify v1.3.0
github.com/stretchr/testify/assert
# github.com/turbonomic/turbo-api v0.0.0-20200409182717-9a979f01a6bb
# github.com/turbonomic/turbo-api v0.0.0-20200413140231-3bef8fb11708
github.com/turbonomic/turbo-api/pkg/api
github.com/turbonomic/turbo-api/pkg/client

0 comments on commit 49bd249

Please sign in to comment.