File: go.mod

package info (click to toggle)
golang-github-coredns-caddy 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 147 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/coredns/caddy

go 1.13

require (
	github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
	github.com/google/uuid v1.1.1
)