Skip to content

Commit

Permalink
preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Brahms committed May 18, 2023
1 parent 5c0542c commit f9f93ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/itchyny/gojq v0.12.12
github.com/manifoldco/promptui v0.9.0
github.com/open-policy-agent/opa v0.52.0
github.com/opslevel/opslevel-go/v2023 v2023.4.11
github.com/opslevel/opslevel-go/v2023 v2023.5.18
github.com/relvacode/iso8601 v1.3.0
github.com/rocktavious/autopilot v0.1.5
github.com/rs/zerolog v1.29.1
Expand Down Expand Up @@ -81,4 +81,4 @@ require (
)

//Only used for local development!
replace github.com/opslevel/opslevel-go/v2023 => ./submodules/opslevel-go
//replace github.com/opslevel/opslevel-go/v2023 => ./submodules/opslevel-go
2 changes: 2 additions & 0 deletions src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLA
github.com/open-policy-agent/opa v0.52.0 h1:Rv3F+VCDqsufaiYy/3S9/Iuk0yfcREK4iZmWbNsKZjA=
github.com/open-policy-agent/opa v0.52.0/go.mod h1:2n99s7WY/BXZUWUOq10JdTgK+G6XM4FYGoe7kQ5Vg0s=
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
github.com/opslevel/opslevel-go/v2023 v2023.5.18 h1:GxIGS9SzLBBoXvb0g+wfuLFwCeqp7OrwPlCE3w7EeUU=
github.com/opslevel/opslevel-go/v2023 v2023.5.18/go.mod h1:1mjAL32RGpPrnAG0cmvG7yq48cyKxc3WVltZNM9cEdc=
github.com/pelletier/go-toml/v2 v2.0.6 h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU=
github.com/pelletier/go-toml/v2 v2.0.6/go.mod h1:eumQOmlWiOPt5WriQQqoM5y18pDHwha2N+QD+EUNTek=
github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=
Expand Down

0 comments on commit f9f93ff

Please sign in to comment.