12 lines
328 B
Modula-2
12 lines
328 B
Modula-2
module github.com/AYM1607/proglog
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tysontate/gommap v0.0.0-20210506040252-ef38c88b18e1
|
|
google.golang.org/protobuf v1.25.0
|
|
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
|
|
)
|