Skip to content

Commit d98fb92

Browse files
committed
🤖🦾🛠️ go mod tidy & make package-specs
1 parent 1c2947f commit d98fb92

File tree

1 file changed

+1
-1
lines changed
  • src/acceptance/assets/app/go_app

1 file changed

+1
-1
lines changed

src/acceptance/assets/app/go_app/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require (
66
github.com/cloudfoundry-community/go-cfenv v1.18.0
77
github.com/go-faster/errors v0.7.1
88
github.com/go-faster/jx v1.1.0
9+
github.com/go-logr/logr v1.4.3
910
github.com/json-iterator/go v1.1.12
1011
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2
1112
github.com/mitchellh/mapstructure v1.5.0
@@ -26,7 +27,6 @@ require (
2627
github.com/fatih/color v1.18.0 // indirect
2728
github.com/ghodss/yaml v1.0.0 // indirect
2829
github.com/go-faster/yaml v0.4.6 // indirect
29-
github.com/go-logr/logr v1.4.3 // indirect
3030
github.com/go-logr/stdr v1.2.2 // indirect
3131
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
3232
github.com/google/go-cmp v0.7.0 // indirect

0 commit comments

Comments
 (0)