Skip to content

Commit

Permalink
bugfix for create document
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktavious committed Jul 20, 2022
1 parent c851969 commit c8d81f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changes/unreleased/Bugfix-20220720-141819.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Bugfix
body: bump opslevel-go to fix a bug with our REST client for `create document` command
time: 2022-07-20T14:18:19.956915-05:00
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/go-resty/resty/v2 v2.7.0
github.com/gosimple/slug v1.12.0
github.com/manifoldco/promptui v0.9.0
github.com/opslevel/opslevel-go/v2022 v2022.7.15
github.com/opslevel/opslevel-go/v2022 v2022.7.20
github.com/rocktavious/autopilot v0.1.5
github.com/rs/zerolog v1.27.0
github.com/spf13/cobra v1.2.1
Expand Down
4 changes: 2 additions & 2 deletions src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJ
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/opslevel/opslevel-go/v2022 v2022.7.15 h1:fmdwgEha02cI3h6GTYfiaJD4AZOfY0Oij81jfni7W18=
github.com/opslevel/opslevel-go/v2022 v2022.7.15/go.mod h1:2/cWgSTLK/6n7XlXe4kqG7IeHlNyjpP+BJ+YbKj28JM=
github.com/opslevel/opslevel-go/v2022 v2022.7.20 h1:F12FtnUJy9upSVVkBDpi7Dqxfv6i9lAQm+i6Jvm7X/Q=
github.com/opslevel/opslevel-go/v2022 v2022.7.20/go.mod h1:2/cWgSTLK/6n7XlXe4kqG7IeHlNyjpP+BJ+YbKj28JM=
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
github.com/pelletier/go-toml v1.9.3 h1:zeC5b1GviRUyKYd6OJPvBU/mcVDVoL1OhT17FCt5dSQ=
github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
Expand Down

0 comments on commit c8d81f9

Please sign in to comment.