1
0
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:
Matt Baer 2019-01-14 09:09:01 -05:00 committed by GitHub
commit ec51782fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

8
go.mod Normal file
View 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
View 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=