mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 17:16:44 +02:00
44 lines
2 KiB
Modula-2
44 lines
2 KiB
Modula-2
module github.com/hlandau/acmetool
|
|
|
|
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 // indirect
|
|
github.com/erikdubbelboer/gspt v0.0.0-20171114050331-2cac68f23d57 // indirect
|
|
github.com/fatih/color v1.12.0 // indirect
|
|
github.com/gofrs/uuid v4.4.0+incompatible
|
|
github.com/google/go-cmp v0.5.9 // 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/hlandauf/go-systemd v22.2.1-0.20210317225616-d4cbd5bfbd43+incompatible
|
|
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 // indirect
|
|
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 // indirect
|
|
golang.org/x/net v0.0.0-20180417003750-8d16fa6dc9a8
|
|
golang.org/x/sys v0.6.0 // 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/acmeapi.v2 v2.0.2
|
|
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/hlandauf/dbus.v5 v5.990.1 // indirect
|
|
gopkg.in/square/go-jose.v1 v1.1.1
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
|
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.6.0
|