diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-21 08:20:16 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-21 08:20:16 +1000 |
| commit | d7a1eab5beba4241dab4402c5cd268432d7b46cd (patch) | |
| tree | 6383b4ebf511b58597d827dc5af00b71c72caf38 /go.mod | |
| parent | 13ffd7117180d1a3093ff291481caeb07a8b71de (diff) | |
Migrate to Go111Modules, Add Dockerfile and GoRelaser support
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +module github.com/wybiral/tube + +go 1.14 + +require ( + github.com/dhowden/tag v0.0.0-20190519100835-db0c67e351b1 + github.com/fsnotify/fsnotify v1.4.7 + github.com/gorilla/feeds v1.1.1 + github.com/gorilla/mux v1.7.2 + github.com/wybiral/feeds v1.1.1 + github.com/wybiral/torgo v0.0.0-20190413024533-a19a6c8a5048 + golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 + golang.org/x/net v0.0.0-20190628185345-da137c7871d7 + golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb +) |
