Skip to content

Commit

Permalink
PLT-799: Update hapi dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikchern committed Oct 25, 2023
1 parent d82851c commit e3289c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/go-openapi/strfmt v0.20.0
github.com/pkg/errors v0.9.1
github.com/spectrocloud/gomi v1.14.1-0.20230412095143-b0595c6c6f08
github.com/spectrocloud/hapi v1.14.1-0.20230921130725-2afc79a3ea05
github.com/spectrocloud/hapi v1.14.1-0.20231019134651-f23f65065b22
github.com/stretchr/testify v1.7.0
)

Expand Down Expand Up @@ -40,4 +40,4 @@ require (
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

//replace github.com/spectrocloud/hapi => ../hapi
//replace github.com/spectrocloud/hapi => ../hapi
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ github.com/spectrocloud/hapi v1.14.1-0.20230814141242-394093e7fedb h1:Y/TDXfEZ6G
github.com/spectrocloud/hapi v1.14.1-0.20230814141242-394093e7fedb/go.mod h1:O/Bkbw92QPSGPNQPqKt7Qlkn+9BKK/a22KTUlk76KHI=
github.com/spectrocloud/hapi v1.14.1-0.20230921130725-2afc79a3ea05 h1:QHuGuSItjNA0iVda1OCvHlWDjps6NR1X1/pjlYmIOp8=
github.com/spectrocloud/hapi v1.14.1-0.20230921130725-2afc79a3ea05/go.mod h1:aI54jbfaSec1ikHSMOJQ7mMOTaRKpQTRCoMKamhBE9s=
github.com/spectrocloud/hapi v1.14.1-0.20231019134651-f23f65065b22 h1:yhy1D7g3uxc7A+//cHUcn7hxApsuxysWy7oIAxoouug=
github.com/spectrocloud/hapi v1.14.1-0.20231019134651-f23f65065b22/go.mod h1:aI54jbfaSec1ikHSMOJQ7mMOTaRKpQTRCoMKamhBE9s=
github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ=
github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down

0 comments on commit e3289c5

Please sign in to comment.