1
0
mirror of https://github.com/umputun/reproxy.git synced 2024-11-24 08:12:31 +02:00
reproxy/go.mod

13 lines
269 B
Modula-2
Raw Normal View History

2021-04-01 09:37:28 +02:00
module github.com/umputun/docker-proxy
go 1.16
require (
github.com/fsouza/go-dockerclient v1.7.2
github.com/go-pkgz/lgr v0.10.4
github.com/go-pkgz/rest v1.7.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
github.com/umputun/go-flags v1.5.1
)