10 lines
165 B
Modula-2
10 lines
165 B
Modula-2
module gopkg.in/cas.v2
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/stretchr/testify v1.4.0
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|