Skip to content

Commit 7e05531

Browse files
committed
chore(controller-sdk-go): upgrade to golang1.7
1 parent d57f3c7 commit 7e05531

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

go.mod

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
module github.com/drycc/controller-sdk-go
22

3-
go 1.16
3+
go 1.17
44

55
require github.com/goware/urlx v0.3.1
6+
7+
require (
8+
github.com/PuerkitoBio/purell v1.1.1 // indirect
9+
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
10+
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd // indirect
11+
golang.org/x/text v0.3.0 // indirect
12+
)

0 commit comments

Comments
 (0)