Skip to content

Commit

Permalink
Merge pull request #1670 from ripienaar/dependencies
Browse files Browse the repository at this point in the history
(misc) dependencies
  • Loading branch information
ripienaar authored May 12, 2022
2 parents 3005f4d + 1d5b7fe commit e7e3743
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 55 deletions.
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ module github.com/choria-io/go-choria

go 1.17

// shuts up vulnerability alerts that did not affect this project
replace github.com/opencontainers/runc v0.0.0-20161107232042-8779fa57eb4a => github.com/opencontainers/runc v1.0.3

require (
github.com/AlecAivazis/survey/v2 v2.3.4
github.com/Freman/eventloghook v0.0.0-20191003051739-e4d803b6b48b
github.com/aelsabbahy/goss v0.3.17-0.20220408175819-a2153db055d1
github.com/Masterminds/semver v1.5.0
github.com/adrg/xdg v0.4.0
github.com/aelsabbahy/goss v0.3.17-0.20220512130421-4157932dd2e2
github.com/antonmedv/expr v1.9.0
github.com/awesome-gocui/gocui v1.1.0
github.com/brutella/hc v1.2.5
Expand Down Expand Up @@ -50,27 +49,27 @@ require (
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.10
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61
rsc.io/goversion v1.2.0
)

require (
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/Masterminds/semver/v3 v3.1.1 // indirect
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
github.com/OneOfOne/xxhash v1.2.8 // indirect
github.com/achanda/go-sysctl v0.0.0-20160222034550-6be7678c45d2 // indirect
github.com/adrg/xdg v0.4.0 // indirect
github.com/aelsabbahy/GOnetstat v0.0.0-20160428114218-edf89f784e08 // indirect
github.com/aelsabbahy/GOnetstat v0.0.0-20220505220511-31d79a98d9f2 // indirect
github.com/aelsabbahy/go-ps v0.0.0-20201009164808-61c449472dcf // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/alessio/shellescape v1.4.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/brutella/dnssd v1.2.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cheekybits/genny v1.0.0 // indirect
github.com/docker/docker v1.13.1 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/emicklei/dot v0.16.0 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
Expand All @@ -89,24 +88,26 @@ require (
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/miekg/dns v1.1.45 // indirect
github.com/miekg/dns v1.1.48 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/moby/sys/mountinfo v0.6.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/nats-io/jwt/v2 v2.2.1-0.20220330180145-442af02fd36a // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/oleiade/reflections v1.0.1 // indirect
github.com/opencontainers/runc v1.0.3 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/common v0.33.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
github.com/rivo/uniseg v0.1.0 // indirect
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/tadglines/go-pkgs v0.0.0-20140924210655-1f86682992f1 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tylertreat/hdrhistogram-writer v0.0.0-20210816161836-2e440612a39f // indirect
Expand All @@ -121,6 +122,5 @@ require (
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit e7e3743

Please sign in to comment.