github.com/omniscale/go-osm@v0.3.1/go.mod (about) 1 module github.com/omniscale/go-osm 2 3 go 1.21.0 4 5 require ( 6 github.com/gogo/protobuf v1.3.2 7 gopkg.in/fsnotify.v1 v1.4.7 8 gopkg.in/yaml.v2 v2.4.0 9 ) 10 11 require ( 12 github.com/fsnotify/fsnotify v1.7.0 // indirect 13 golang.org/x/sys v0.4.0 // indirect 14 )