Docker template generator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 678B

1234567891011121314151617
  1. module github.com/csmith/dotege
  2. require (
  3. github.com/Microsoft/go-winio v0.4.11 // indirect
  4. github.com/docker/distribution v2.7.1+incompatible // indirect
  5. github.com/docker/docker v1.13.1
  6. github.com/docker/go-connections v0.4.0 // indirect
  7. github.com/docker/go-units v0.3.3 // indirect
  8. github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
  9. github.com/pkg/errors v0.8.1 // indirect
  10. github.com/stretchr/testify v1.3.0 // indirect
  11. go.uber.org/atomic v1.3.2 // indirect
  12. go.uber.org/multierr v1.1.0 // indirect
  13. go.uber.org/zap v1.9.1
  14. golang.org/x/net v0.0.0-20190213061140-3a22650c66bd // indirect
  15. golang.org/x/sys v0.0.0-20190213121743-983097b1a8a3 // indirect
  16. )