Commit Graph

39 Commits

Author SHA1 Message Date
MartinForReal
75095b2573 remove heapster from project dependencies 2023-05-18 01:38:29 +00:00
Varsha Teratipally
e8b55acc2b update golang to 1.20 2023-02-09 20:36:36 +00:00
Pablo Baeyens
5e300846b2 Merge remote-tracking branch 'origin/master' into mx-psi/master 2022-03-29 14:45:27 -04:00
varsha teratipally
20c3b6f13c update ginkgo and gomega dependencies 2022-03-24 16:25:03 +00:00
Pablo Baeyens
a859b5f027 Change to using new dependency name for osreleaser
To do this I
1. changed the name in go.mod and the Go code that used it,
2. ran `go mod tidy -go=1.15` and
3. ran `go mod vendor`.

Step 3 added another vendored dependency unrelated AFAIK to this change.
2021-11-29 16:45:48 +01:00
Jeremy Edwards
a7f78c5668 Enable NPD to run as a Windows Service. 2021-04-02 23:03:14 -07:00
Jeremy Edwards
adc587f222 Support filelog watching in Windows. 2021-01-13 17:16:46 +00:00
Jeremy Edwards
1da1f28cef Upgrade golang.org/x/sys to prepare for Windows Service. 2020-12-13 06:39:59 +00:00
Karan Goel
db35f6a857 bump some dependencies to latest versions 2020-11-09 15:33:13 -08:00
Xuewei Zhang
9ade82734d Add github.com/prometheus/procfs library 2020-01-31 16:02:15 -08:00
Xuewei Zhang
7f9437cba0 Add github.com/shirou/gopsutil/load library 2020-01-31 15:42:57 -08:00
Xuewei Zhang
40cb3e0fec Vendor changes for gomega 2019-12-04 17:17:53 -08:00
Xuewei Zhang
3fc6c7f306 Add vendor code for Boskos
Added replace statement for apache/thrift, since it has been recently
moved from git.apache.org/thrift.git to github.com/apache/thrift, and is
causing `go get` to fail.

See https://github.com/jenkins-x/jx/pull/3321 for more detail.

Commands used:
GO111MODULE=on go get k8s.io/test-infra/boskos/client
GO111MODULE=on go mod vendor
2019-09-14 15:22:09 -07:00
Xuewei Zhang
42285cb8db vendor changes 2019-09-10 16:58:06 -07:00
Xuewei Zhang
db2dbd1eb2 vendor changes for e2e tests 2019-08-13 17:34:20 -07:00
Xuewei Zhang
ed16a29ec2 Add github.com/cobaugh/osrelease as dependency
This done via:
GO111MODULE=on go get github.com/cobaugh/osrelease
GO111MODULE=on go mod vendor
2019-06-27 16:40:05 -07:00
Xuewei Zhang
935fab705e Add github.com/shirou/gopsutil/host to vendor
This is needed for a coming PR to measure system uptime.
I separated vendor changes out, because they are larger while easier to
review.

This done via:
GO111MODULE=on go get github.com/shirou/gopsutil/host
GO111MODULE=on go mod vendor
2019-06-27 16:40:05 -07:00
Xuewei Zhang
aa44e54c50 Add OpenCensus and gopsutil as dependency 2019-06-05 17:10:25 -07:00
Zhen Wang
fa804088e9 go mod vendor # for other packages 2019-06-04 12:15:47 -07:00
Zhen Wang
78634e8a16 go mod vendor # for k8s version bump 2019-06-04 12:15:47 -07:00
Zhen Wang
d34cd0c15b go mod vendor 2019-06-04 01:07:41 -07:00
Xuewei Zhang
ff8025a955 Update golang.org/x/sys/unix
Newer version of golang.org/x/sys/unix is required by github.com/shirou/gopsutil
2019-06-03 15:04:42 -07:00
Xuewei Zhang
d744b1cde5 Add github.com/shirou/gopsutil/disk in Godep 2019-06-03 15:04:42 -07:00
Xuewei Zhang
5fe3709d67 Update github.com/golang/protobuf/proto
OpenCensus requires a newer github.com/golang/protobuf/proto.

This is done via:
go get -u github.com/golang/protobuf/proto
godep update ./...
godep save ./...
2019-06-03 15:04:42 -07:00
Xuewei Zhang
3c0fe2289b Add OpenCensus in Godep
This is generated using below commands:
go get -u -v go.opencensus.io/...
go get -u -v contrib.go.opencensus.io/exporter/prometheus
godep update ./...
godep save ./...
2019-06-03 15:04:42 -07:00
Andy Xie
89cfb5261d bump kubernetes to 1.9 2018-07-09 14:59:51 +08:00
Euan Kemp
7364867ac3 vendor: include kmsgparser 2017-03-09 20:44:28 -08:00
Random-Liu
01334e7c5e Update Godeps 2017-02-10 11:32:35 -08:00
Random-Liu
457272c4f6 Update godep to include cadvisor fix. 2017-01-19 01:59:09 -08:00
andy xie
68b379c423 add support for running npd standalone 2017-01-07 23:49:19 +08:00
andy xie
2c12274333 bump kubernetes version to v1.4.0-beta.3 2016-12-20 18:11:03 +08:00
AdoHe
84c25077da add journald support 2016-10-08 20:28:30 -04:00
Lantao Liu
8f6ba9efa6 Add missing godep. 2016-09-09 20:53:52 -07:00
Lantao Liu
03b28c9b4c Update Godeps. 2016-05-30 19:22:32 -07:00
Edward Muller
82fc40476a godep v71+ preserves permissions 2016-05-26 16:00:58 -07:00
Edward Muller
051247ffee We don't need golang.org/x/sys anymore
The version of fsnotify that is vendored doesn't use it.
2016-05-26 16:00:05 -07:00
Edward Muller
28e557f301 Vendor the "right" fsnotify
This is the version that hpcloud/tail vendors
2016-05-26 15:55:42 -07:00
Lantao Liu
0b95f6dbe9 Add godep dependency golang.org/x/sys/unix 2016-05-23 11:20:43 -07:00
Lantao Liu
d96d67dae3 Add Godeps 2016-05-17 15:55:59 -07:00