Skip to content

Commit 5d65efe

Browse files
upgrade to latest dependencies (#271)
bumping gotest.tools/v3 568bc57...dc5149e: > dc5149e Merge pull request # 224 from DominicLavery/main > 7fe928e Merge pull request # 223 from seriousben/fix-golden-dir-creation > 7501e42 switch darwin defaults using runtime.GOOS > 10e310b Merge pull request # 222 from gotestyourself/fs-path-existing > b0ea9a7 Stop creating directory outside of testdata > aca5a3c Fix # 141 comparing symlink permissions > 196ee67 Merge pull request # 208 from dnephin/assert-error-is > cb4623d fs: add DirFromPath > 524f2ce Merge pull request # 221 from dnephin/go1.17 > bc5434b Remove commented out line > 4fbf292 Merge pull request # 218 from thaJeztah/secure_exec > 4d8cea6 ci: add go1.17, remove go1.13 > 567b2a0 lint: ignore line length in tests > fd36aec Merge pull request # 219 from dnephin/fix-windows-ci > 66ae1b5 icmd: replace all usages of os/exec with golang.org/x/sys/execabs > ae5beef assert: Add ErrorIs > c280cb4 Merge pull request # 217 from thaJeztah/bump_deps > 2dd0fa3 ci: set path for go install > cda9c22 go.mod: golang.org/x/tools v0.1.0 > e419626 poll: small improvement to check functions > 3fcbc0e Merge pull request # 216 from thaJeztah/bump_go_16 > 77bb3d3 go.mod: github.com/google/go-cmp v0.5.5 > 1df0ee5 Merge pull request # 215 from dnephin/mkdir-in-update > d67588d CircleCI: update to GA version of Go 1.16 > 059fb72 go.mod: github.com/pkg/errors v0.9.1 > de21663 Merge pull request # 213 from dnephin/ci-go-1.16 > fbb0800 golden: only create dir if update flag is set > 84d691d Merge pull request # 211 from dnephin/add-merge-main-workflow > eddfe6c ci: add go1.16 > 4190a0e Add github action for merging main branch bumping knative.dev/client 06c3202...b4e95db: > b4e95db upgrade to latest dependencies (# 1650) > 0993e23 Align codecov config with rest of the org (# 1649) > e3d4191 Update actions (# 1648) > d07b600 upgrade to latest dependencies (# 1642) > b702b42 Fix latest release CI setup (# 1647) > 5daa09d Update community files (# 1646) > 26ba0e2 Update community files (# 1641) > e074fff Update actions (# 1639) > f8129fe upgrade to latest dependencies (# 1638) > 6170c6d Update community files (# 1640) > 73b2d8b Update actions (# 1637) > 38b1034 Update community files (# 1636) > 1bab820 upgrade to latest dependencies (# 1635) bumping knative.dev/hack f067737...6ffd841: > 6ffd841 Update community files (# 168) > 02c525c Update community files (# 167) > 0e0784b Update community files (# 166) > a75ca49 Update community files (# 165) > 9c0ea69 Update community files (# 164) > c7a1ce1 Update community files (# 163) Signed-off-by: Knative Automation <[email protected]>
1 parent 78ecd3e commit 5d65efe

File tree

5 files changed

+118
-70
lines changed

5 files changed

+118
-70
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.16
44

55
require (
66
github.com/spf13/cobra v1.3.0
7-
gotest.tools/v3 v3.0.3
8-
knative.dev/client v0.30.2-0.20220323165518-06c3202925e6
9-
knative.dev/hack v0.0.0-20220328133751-f06773764ce3
7+
gotest.tools/v3 v3.1.0
8+
knative.dev/client v0.30.2-0.20220412171308-b4e95db7a3af
9+
knative.dev/hack v0.0.0-20220411131823-6ffd8417de7c
1010

1111
)

0 commit comments

Comments
 (0)