proglog/go.mod

13 lines
328 B
Modula-2
Raw Normal View History

module github.com/AYM1607/proglog
go 1.16
require (
github.com/golang/protobuf v1.4.1
github.com/gorilla/mux v1.8.0
2021-07-30 20:12:18 -05:00
github.com/stretchr/testify v1.7.0
2021-08-03 22:55:46 -05:00
github.com/tysontate/gommap v0.0.0-20210506040252-ef38c88b18e1
google.golang.org/protobuf v1.25.0
2021-08-03 22:55:46 -05:00
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)