Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7da5b8d

Browse files
committed
Clean up dependencies
Signed-off-by: Josh Kim <[email protected]>
1 parent 584563a commit 7da5b8d

File tree

5 files changed

+713
-22
lines changed

5 files changed

+713
-22
lines changed

go.mod

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
module github.com/vmware/transport-go
22

3-
go 1.13
3+
go 1.16
44

55
require (
6-
github.com/fatih/color v1.7.0
7-
github.com/go-stomp/stomp v2.0.3+incompatible
8-
github.com/google/uuid v1.1.1
6+
github.com/fatih/color v1.12.0
7+
github.com/go-stomp/stomp v2.1.4+incompatible
8+
github.com/google/uuid v1.3.0
99
github.com/gorilla/mux v1.8.0
10-
github.com/gorilla/websocket v1.4.1
10+
github.com/gorilla/websocket v1.4.2
1111
github.com/mattn/go-colorable v0.1.8 // indirect
12-
github.com/stretchr/testify v1.4.0
13-
github.com/urfave/cli v1.22.1
12+
github.com/stretchr/testify v1.7.0
13+
github.com/urfave/cli v1.22.5
14+
github.com/vmware/transport-go/plank v0.0.0-20210816220202-47a1f3e15fb8
1415
)
16+
17+
replace github.com/vmware/transport-go/plank => ./plank

0 commit comments

Comments
 (0)