Skip to content

Commit 85e45de

Browse files
committed
upgrade to use go.1.18
1 parent 833052b commit 85e45de

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

examples/gin-server/go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ go 1.16
44

55
require github.com/acl-dev/master-go v1.0.8
66

7-
require github.com/gin-gonic/gin v1.7.7
7+
require (
8+
github.com/gin-gonic/gin v1.7.7
9+
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
10+
)

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module github.com/acl-dev/master-go
22

33
go 1.16
4+
5+
require golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect

0 commit comments

Comments
 (0)