mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
14 lines
564 B
Modula-2
14 lines
564 B
Modula-2
module github.com/flosch/pongo2
|
|
|
|
require (
|
|
github.com/go-check/check v0.0.0-20180628173108-788fd7840127
|
|
github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5
|
|
github.com/juju/loggo v0.0.0-20180524022052-584905176618 // indirect
|
|
github.com/juju/testing v0.0.0-20180920084828-472a3e8b2073 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/mattn/goveralls v0.0.2 // indirect
|
|
golang.org/x/tools v0.0.0-20181221001348-537d06c36207 // indirect
|
|
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
)
|