Skip to content

Commit

Permalink
bump-up(docker): update parser to the latest to be able to parse new …
Browse files Browse the repository at this point in the history
…keywords

Signed-off-by: boranx <boran.seref@gmail.com>
  • Loading branch information
boranx committed Mar 28, 2023
1 parent a9b07e7 commit 2ec421e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2,325 deletions.
13 changes: 7 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/open-policy-agent/conftest

go 1.17
go 1.19

require (
cuelang.org/go v0.4.0
Expand All @@ -18,13 +18,13 @@ require (
github.com/jstemmer/go-junit-report v0.9.1
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/magiconair/properties v1.8.5
github.com/moby/buildkit v0.9.3
github.com/moby/buildkit v0.11.5
github.com/olekukonko/tablewriter v0.0.5
github.com/open-policy-agent/opa v0.50.2
github.com/opencontainers/image-spec v1.1.0-rc2
github.com/pkg/errors v0.9.1
github.com/shteou/go-ignore v0.3.1
github.com/spdx/tools-golang v0.2.0
github.com/spdx/tools-golang v0.3.1-0.20230104082527-d6f58551be3f
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.10.0
github.com/subosito/gotenv v1.2.0
Expand All @@ -46,9 +46,10 @@ require (
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/aws/aws-sdk-go v1.44.26 // indirect
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/cockroachdb/apd/v2 v2.0.1 // indirect
github.com/containerd/typeurl v1.0.2 // indirect
github.com/docker/docker v20.10.21+incompatible // indirect
github.com/docker/docker v23.0.0-rc.1+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
Expand All @@ -67,7 +68,7 @@ require (
github.com/hashicorp/hcl/v2 v2.9.1 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/compress v1.15.11 // indirect
github.com/klauspost/compress v1.15.12 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
Expand Down Expand Up @@ -103,5 +104,5 @@ require (
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)

0 comments on commit 2ec421e

Please sign in to comment.