ambrowse/go.mod

11 lines
274 B
Modula-2
Raw Normal View History

2019-01-13 19:57:34 +01:00
module git.gutmet.org/ambrowse.git
2020-10-11 13:39:17 +02:00
go 1.14
2019-01-13 19:57:34 +01:00
require (
2020-10-11 13:39:17 +02:00
git.gutmet.org/goutil.git v0.0.0-20201011110813-b9f7ae29b4e6
2020-10-11 13:39:56 +02:00
github.com/fsnotify/fsnotify v1.4.9
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb
golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634 // indirect
2019-01-13 19:57:34 +01:00
)