mirror of
https://github.com/writeas/go-writeas.git
synced 2025-07-27 19:18:35 +00:00
Merge pull request #10 from SamWhited/support_modules
Support Go Modules
This commit is contained in:
commit
ec51782fe3
8
go.mod
Normal file
8
go.mod
Normal file
@ -0,0 +1,8 @@
|
||||
module github.com/writeas/go-writeas
|
||||
|
||||
go 1.9
|
||||
|
||||
require (
|
||||
code.as/core/socks v1.0.0
|
||||
github.com/writeas/impart v1.1.0
|
||||
)
|
4
go.sum
Normal file
4
go.sum
Normal file
@ -0,0 +1,4 @@
|
||||
code.as/core/socks v1.0.0 h1:SPQXNp4SbEwjOAP9VzUahLHak8SDqy5n+9cm9tpjZOs=
|
||||
code.as/core/socks v1.0.0/go.mod h1:BAXBy5O9s2gmw6UxLqNJcVbWY7C/UPs+801CcSsfWOY=
|
||||
github.com/writeas/impart v1.1.0 h1:nPnoO211VscNkp/gnzir5UwCDEvdHThL5uELU60NFSE=
|
||||
github.com/writeas/impart v1.1.0/go.mod h1:g0MpxdnTOHHrl+Ca/2oMXUHJ0PcRAEWtkCzYCJUXC9Y=
|
Loading…
Reference in New Issue
Block a user