Skip to content

Commit

Permalink
add go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
cxjava committed Apr 20, 2020
1 parent 1d4582e commit 893a92d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/cxjava/AutoChange12306CDN

go 1.14

require (
github.com/cxjava/gscan v0.1.0
github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721 // indirect
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github.com/cxjava/gscan v0.1.0 h1:FLACicjeMKekFMNZaCrK2SNDnK/iMPcXLD4e3raEQZg=
github.com/cxjava/gscan v0.1.0/go.mod h1:b5ydjxl4slPxexzkdP8prpPfUdgZ5/EBDTPxEWthCdk=
github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721 h1:RlZweED6sbSArvlE924+mUcZuXKLBHA35U7LN621Bws=
github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721/go.mod h1:Ickgr2WtCLZ2MDGd4Gr0geeCH5HybhRJbonOgQpvSxc=

0 comments on commit 893a92d

Please sign in to comment.