Skip to content

Commit 893a92d

Browse files
committed
add go mod
1 parent 1d4582e commit 893a92d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module github.com/cxjava/AutoChange12306CDN
2+
3+
go 1.14
4+
5+
require (
6+
github.com/cxjava/gscan v0.1.0
7+
github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721 // indirect
8+
)

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/cxjava/gscan v0.1.0 h1:FLACicjeMKekFMNZaCrK2SNDnK/iMPcXLD4e3raEQZg=
2+
github.com/cxjava/gscan v0.1.0/go.mod h1:b5ydjxl4slPxexzkdP8prpPfUdgZ5/EBDTPxEWthCdk=
3+
github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721 h1:RlZweED6sbSArvlE924+mUcZuXKLBHA35U7LN621Bws=
4+
github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721/go.mod h1:Ickgr2WtCLZ2MDGd4Gr0geeCH5HybhRJbonOgQpvSxc=

0 commit comments

Comments
 (0)