mirror of
https://github.com/vbatts/sl-feeds.git
synced 2024-11-21 23:35:39 +00:00
go: add a go modules file, for better dep tracking
Fixes #12 Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
21d1b16734
commit
73ae7173f0
1 changed files with 10 additions and 0 deletions
10
go.mod
Normal file
10
go.mod
Normal file
|
@ -0,0 +1,10 @@
|
|||
module github.com/vbatts/sl-feeds
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v0.3.1
|
||||
github.com/gorilla/feeds v1.1.1
|
||||
github.com/kr/pretty v0.2.1 // indirect
|
||||
github.com/urfave/cli v1.22.5
|
||||
)
|
Loading…
Reference in a new issue