-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from mdb/mdb/housekeeping
update to Go 1.18
- Loading branch information
Showing
5 changed files
with
143 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
cmd/gossboss/gossboss | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,115 @@ | ||
module github.com/mdb/gossboss | ||
|
||
go 1.15 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/aelsabbahy/goss v0.3.16 | ||
github.com/cloudboss/ofcourse v0.2.2 | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/goreleaser/goreleaser v0.159.0 // indirect | ||
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab | ||
github.com/magiconair/properties v1.8.4 // indirect | ||
github.com/mitchellh/mapstructure v1.4.0 // indirect | ||
github.com/pelletier/go-toml v1.8.1 // indirect | ||
github.com/spf13/afero v1.5.1 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/goreleaser/goreleaser v0.159.0 | ||
github.com/spf13/cobra v1.1.3 | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/viper v1.7.1 // indirect | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.72.0 // indirect | ||
cloud.google.com/go/storage v1.12.0 // indirect | ||
code.gitea.io/sdk/gitea v0.13.2 // indirect | ||
github.com/Azure/azure-pipeline-go v0.2.3 // indirect | ||
github.com/Azure/azure-sdk-for-go v49.0.0+incompatible // indirect | ||
github.com/Azure/azure-storage-blob-go v0.13.0 // indirect | ||
github.com/Azure/go-autorest v14.2.0+incompatible // indirect | ||
github.com/Azure/go-autorest/autorest v0.11.12 // indirect | ||
github.com/Azure/go-autorest/autorest/adal v0.9.6 // indirect | ||
github.com/Azure/go-autorest/autorest/azure/auth v0.5.3 // indirect | ||
github.com/Azure/go-autorest/autorest/azure/cli v0.4.2 // indirect | ||
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect | ||
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect | ||
github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect | ||
github.com/Azure/go-autorest/logger v0.2.0 // indirect | ||
github.com/Azure/go-autorest/tracing v0.6.0 // indirect | ||
github.com/Masterminds/goutils v1.1.0 // indirect | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/Masterminds/semver/v3 v3.1.1 // indirect | ||
github.com/Masterminds/sprig v2.22.0+incompatible // indirect | ||
github.com/Microsoft/go-winio v0.4.16 // indirect | ||
github.com/achanda/go-sysctl v0.0.0-20160222034550-6be7678c45d2 // indirect | ||
github.com/aelsabbahy/GOnetstat v0.0.0-20160428114218-edf89f784e08 // indirect | ||
github.com/aelsabbahy/go-ps v0.0.0-20201009164808-61c449472dcf // indirect | ||
github.com/apex/log v1.9.0 // indirect | ||
github.com/aws/aws-sdk-go v1.36.1 // indirect | ||
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb // indirect | ||
github.com/blang/semver v3.5.1+incompatible // indirect | ||
github.com/caarlos0/ctrlc v1.0.0 // indirect | ||
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e // indirect | ||
github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e // indirect | ||
github.com/cheekybits/genny v1.0.0 // indirect | ||
github.com/dimchansky/utfbom v1.1.1 // indirect | ||
github.com/docker/docker v1.13.1 // indirect | ||
github.com/emirpasic/gods v1.12.0 // indirect | ||
github.com/fatih/color v1.10.0 // indirect | ||
github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect | ||
github.com/go-git/gcfg v1.5.0 // indirect | ||
github.com/go-git/go-billy/v5 v5.0.0 // indirect | ||
github.com/go-git/go-git/v5 v5.2.0 // indirect | ||
github.com/gobwas/glob v0.2.3 // indirect | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/golang/protobuf v1.4.3 // indirect | ||
github.com/google/go-cmp v0.5.4 // indirect | ||
github.com/google/go-github/v28 v28.1.1 // indirect | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/google/rpmpack v0.0.0-20201225075926-0a97c2c4b688 // indirect | ||
github.com/google/uuid v1.1.2 // indirect | ||
github.com/google/wire v0.4.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.0.5 // indirect | ||
github.com/goreleaser/chglog v0.1.2 // indirect | ||
github.com/goreleaser/fileglob v1.2.0 // indirect | ||
github.com/goreleaser/nfpm/v2 v2.3.1 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.6.4 // indirect | ||
github.com/hashicorp/go-version v1.2.1 // indirect | ||
github.com/huandu/xstrings v1.3.2 // indirect | ||
github.com/imdario/mergo v0.3.11 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/jstemmer/go-junit-report v0.9.1 // indirect | ||
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect | ||
github.com/mattn/go-colorable v0.1.8 // indirect | ||
github.com/mattn/go-ieproxy v0.0.1 // indirect | ||
github.com/mattn/go-isatty v0.0.12 // indirect | ||
github.com/mattn/go-shellwords v1.0.10 // indirect | ||
github.com/miekg/dns v1.1.35 // indirect | ||
github.com/mitchellh/copystructure v1.0.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.1 // indirect | ||
github.com/oleiade/reflections v0.0.0-20160817071559-0e86b3c98b2f // indirect | ||
github.com/onsi/gomega v1.10.4 // indirect | ||
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect | ||
github.com/opencontainers/runc v0.0.0-20161107232042-8779fa57eb4a // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/sassoftware/go-rpmutils v0.0.0-20190420191620-a8f1baeba37b // indirect | ||
github.com/sergi/go-diff v1.1.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/ulikunitz/xz v0.5.10 // indirect | ||
github.com/xanzy/go-gitlab v0.45.0 // indirect | ||
github.com/xanzy/ssh-agent v0.3.0 // indirect | ||
go.opencensus.io v0.22.5 // indirect | ||
gocloud.dev v0.22.0 // indirect | ||
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // indirect | ||
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect | ||
golang.org/x/mod v0.4.0 // indirect | ||
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11 // indirect | ||
golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19 // indirect | ||
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect | ||
golang.org/x/sys v0.0.0-20201218084310-7d0127a74742 // indirect | ||
golang.org/x/text v0.3.4 // indirect | ||
gopkg.in/ini.v1 v1.62.0 // indirect | ||
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect | ||
golang.org/x/tools v0.0.0-20210105210202-9ed45478a130 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/api v0.36.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20201203001206-6486ece9c497 // indirect | ||
google.golang.org/grpc v1.34.0 // indirect | ||
google.golang.org/protobuf v1.25.0 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect | ||
) |
Oops, something went wrong.