-
Notifications
You must be signed in to change notification settings - Fork 12
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 #77 from devtron-labs/git-version-up-nats-metrics-oss
chore: git version up nats metrics oss
- Loading branch information
Showing
837 changed files
with
74,323 additions
and
21,225 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,69 +1,67 @@ | ||
module github.com/devtron-labs/git-sensor | ||
|
||
go 1.17 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/caarlos0/env v3.5.0+incompatible | ||
github.com/devtron-labs/common-lib v0.0.0-20230109070754-ff4dca200a2c | ||
github.com/devtron-labs/common-lib v0.0.9-0.20231226070212-c47f7a07ebf5 | ||
github.com/devtron-labs/protos v0.0.2 | ||
github.com/gammazero/workerpool v0.0.0-20200206003619-019d125201ab | ||
github.com/go-pg/pg v6.15.1+incompatible | ||
github.com/google/wire v0.4.0 | ||
github.com/gorilla/handlers v1.4.2 | ||
github.com/gorilla/mux v1.7.4 | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 | ||
github.com/prometheus/client_golang v1.7.1 | ||
github.com/prometheus/client_golang v1.14.0 | ||
github.com/robfig/cron/v3 v3.0.0 | ||
github.com/stretchr/testify v1.8.2 | ||
github.com/tidwall/gjson v1.8.0 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/tidwall/gjson v1.9.3 | ||
go.uber.org/zap v1.21.0 | ||
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f | ||
google.golang.org/grpc v1.51.0 | ||
google.golang.org/protobuf v1.28.1 | ||
golang.org/x/sys v0.15.0 | ||
google.golang.org/grpc v1.56.3 | ||
google.golang.org/protobuf v1.31.0 | ||
gopkg.in/src-d/go-git.v4 v4.13.1 | ||
) | ||
|
||
require ( | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/emirpasic/gods v1.12.0 // indirect | ||
github.com/gammazero/deque v0.0.0-20200124200322-7e84b94275b8 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect | ||
github.com/klauspost/compress v1.15.12 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/klauspost/compress v1.16.7 // indirect | ||
github.com/kr/pretty v0.2.1 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
github.com/minio/highwayhash v1.0.2 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/nats-io/jwt/v2 v2.3.0 // indirect | ||
github.com/nats-io/nats.go v1.19.0 // indirect | ||
github.com/nats-io/nkeys v0.3.0 // indirect | ||
github.com/nats-io/nats.go v1.28.0 // indirect | ||
github.com/nats-io/nkeys v0.4.6 // indirect | ||
github.com/nats-io/nuid v1.0.1 // indirect | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/onsi/ginkgo v1.10.3 // indirect | ||
github.com/onsi/gomega v1.7.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.13.0 // indirect | ||
github.com/prometheus/procfs v0.1.3 // indirect | ||
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect | ||
github.com/prometheus/common v0.38.0 // indirect | ||
github.com/prometheus/procfs v0.11.1 // indirect | ||
github.com/sergi/go-diff v1.1.0 // indirect | ||
github.com/src-d/gcfg v1.4.0 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
github.com/tidwall/match v1.0.3 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.0 // indirect | ||
github.com/xanzy/ssh-agent v0.2.1 // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/atomic v1.10.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect | ||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect | ||
golang.org/x/text v0.4.0 // indirect | ||
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect | ||
google.golang.org/genproto v0.0.0-20220810155839-1856144b1d9c // indirect | ||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
golang.org/x/crypto v0.17.0 // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect | ||
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
mellium.im/sasl v0.2.1 // indirect | ||
mellium.im/sasl v0.3.1 // indirect | ||
) |
Oops, something went wrong.