1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/testing/acmetool/go.mod
Kevin Daudt 40260c26fa testing/acmetool: modernize to use go modules
glide is unmaintained, and go modules are the standard now. As we
provide our own lock files anyway, lets update them and modernize the
APKBUILD.
2021-07-25 17:11:46 +00:00

40 lines
1.9 KiB
Modula-2

module github.com/hlandau/acme
go 1.16
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/btcsuite/winsvc v1.0.0 // indirect
github.com/coreos/go-systemd v0.0.0-20180409111510-d1b7d058aa2a
github.com/erikdubbelboer/gspt v0.0.0-20171114050331-2cac68f23d57 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/godbus/dbus v4.1.1-0.20180409214157-d41f4c66e71d+incompatible // indirect
github.com/hlandau/buildinfo v0.0.0-20161112115716-337a29b54997 // indirect
github.com/hlandau/dexlogconfig v0.0.0-20161112114350-244f29bd2608
github.com/hlandau/goutils v0.0.0-20160722130800-0cdb66aea5b8
github.com/hlandau/xlog v1.0.0
github.com/jmhodges/clock v0.0.0-20160418191101-880ee4c33548
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7
github.com/ogier/pflag v0.0.2-0.20160129220114-45c278ab3607 // indirect
github.com/peterhellberg/link v1.0.1-0.20180124233705-6d32b8d78d1e
github.com/satori/go.uuid v1.2.1-0.20180103174451-36e9d2ebbde5
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20180411161317-d6449816ce06
golang.org/x/net v0.0.0-20180417003750-8d16fa6dc9a8
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/text v0.3.1-0.20180410181320-7922cc490dd5 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/cheggaaa/pb.v1 v1.0.22
gopkg.in/hlandau/configurable.v1 v1.0.1 // indirect
gopkg.in/hlandau/easyconfig.v1 v1.0.16
gopkg.in/hlandau/service.v2 v2.0.16
gopkg.in/hlandau/svcutils.v1 v1.0.10
gopkg.in/square/go-jose.v1 v1.1.1
gopkg.in/tylerb/graceful.v1 v1.2.15
gopkg.in/yaml.v2 v2.2.1
)
replace golang.org/x/sys => golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c