Skip to content

Commit

Permalink
Dependency upgrade for security purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
karlmutch committed Feb 25, 2021
1 parent d98f493 commit 17489d3
Show file tree
Hide file tree
Showing 462 changed files with 13,572 additions and 8,231 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,4 +294,5 @@ FIXES:

* TestTFXCfgGenerator timeout was too small causing the test to be flaky and timeout
* Prevent releases overwritting older versions
* Fix a CWE-22 code block for symbolic links in tarfiles, https://cwe.mitre.org/data/definitions/22.html
* Fix CWE-22 code blocks for symbolic links in tarfiles, https://cwe.mitre.org/data/definitions/22.html
* CVE impacted package upgrades
2 changes: 1 addition & 1 deletion build.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2020 (c) Cognizant Digital Business, Evolutionary AI. All rights reserved. Issued under the Apache 2.0 License.
// Copyright 2018-2021 (c) Cognizant Digital Business, Evolutionary AI. All rights reserved. Issued under the Apache 2.0 License.

package main

Expand Down
2 changes: 1 addition & 1 deletion cmd/runner/queues.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
"github.com/leaf-ai/studio-go-runner/internal/runner"
"github.com/leaf-ai/studio-go-runner/internal/task"

"github.com/mgutz/logxi"
logxi "github.com/karlmutch/logxi/v1"
"google.golang.org/protobuf/types/known/timestamppb"

"github.com/go-stack/stack"
Expand Down
25 changes: 14 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/awnumar/memguard v0.22.1
github.com/aws/aws-sdk-go v1.37.10
github.com/aws/aws-sdk-go v1.37.18
github.com/cenkalti/backoff/v4 v4.0.2
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v1.7.1
Expand All @@ -20,39 +20,40 @@ require (
github.com/evanphx/json-patch v4.1.0+incompatible
github.com/fsnotify/fsnotify v1.4.9
github.com/go-enry/go-license-detector/v4 v4.0.0
github.com/go-ini/ini v1.38.1 // indirect
github.com/go-stack/stack v1.8.0
github.com/go-test/deep v1.0.5
github.com/go-test/deep v1.0.7
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.2.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/jjeffery/kv v0.8.1
github.com/karlmutch/base62 v0.0.0-20150408093626-b80cdc656a7a
github.com/karlmutch/ccache v2.0.3-0.20180726214243-573f5233780c+incompatible
github.com/karlmutch/circbuf v0.0.0-20150827004946-bbbad097214e
github.com/karlmutch/duat v0.0.0-20210223170430-6fa2699adb07
github.com/karlmutch/duat v0.0.0-20210225015104-bcfa908c74fb
github.com/karlmutch/envflag v0.0.0-20160830095501-ae3268980a29
github.com/karlmutch/go-cache v2.0.0+incompatible
github.com/karlmutch/go-nvml v0.0.0-20200203202551-277366df5c37
github.com/karlmutch/go-shortid v0.0.0-20160104014424-6c56cef5189c
github.com/karlmutch/hashstructure v0.0.0-20170609045927-2bca23e0e452
github.com/karlmutch/k8s v1.2.1-0.20210224003752-d750059a3836
github.com/karlmutch/logxi v0.0.0-20210224022201-37f10c8b71ed
github.com/karlmutch/logxi v0.0.0-20210224194221-fde727bca873
github.com/karlmutch/petname v0.0.0-20190202005206-caff460d43c2 // indirect
github.com/karlmutch/vtclean v0.0.0-20170504063817-d14193dfc626
github.com/karlseguin/expect v1.0.7 // indirect
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
github.com/leaf-ai/go-service v0.0.0-20210224034740-cf317c56604e
github.com/lthibault/jitterbug v2.0.0+incompatible
github.com/magefile/mage v1.11.0 // indirect
github.com/makasim/amqpextra v0.14.3
github.com/mgutz/logxi v0.0.0-20170321173016-3753102df44e
github.com/mgutz/logxi v0.0.0-20170321173016-3753102df44e // indirect
github.com/mholt/archiver v2.1.0+incompatible
github.com/michaelklishin/rabbit-hole v1.4.0
github.com/minio/minio-go/v7 v7.0.10
github.com/mitchellh/copystructure v1.1.1
github.com/nwaples/rardecode v0.0.0-20171029023500-e06696f847ae // indirect
github.com/onsi/ginkgo v1.14.1 // indirect
github.com/onsi/gomega v1.10.2 // indirect
github.com/onsi/gomega v1.10.5 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/otiai10/copy v1.2.0
github.com/prometheus/client_golang v1.9.0
Expand All @@ -63,15 +64,17 @@ require (
github.com/streadway/amqp v1.0.0
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf // indirect
github.com/valyala/fastjson v1.2.0
github.com/ventu-io/go-shortid v0.0.0-20171029131806-771a37caa5cf // indirect
github.com/ventu-io/go-shortid v0.0.0-20201117134242-e59966efd125 // indirect
github.com/xanzy/ssh-agent v0.3.0 // indirect
go.opentelemetry.io/otel v0.16.0
go.uber.org/atomic v1.7.0
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/genproto v0.0.0-20210212180131-e7f2df4ecc2d // indirect
golang.org/x/net v0.0.0-20210224082022-3d97a244fca7 // indirect
golang.org/x/sys v0.0.0-20210224231101-5640770f5e4e // indirect
google.golang.org/genproto v0.0.0-20210224155714-063164c882e6 // indirect
google.golang.org/grpc v1.36.0 // indirect
google.golang.org/protobuf v1.25.0
gopkg.in/ldap.v3 v3.0.3 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit 17489d3

Please sign in to comment.