Skip to content

Commit

Permalink
update upload library
Browse files Browse the repository at this point in the history
Signed-off-by: Bradley Prieskorn <bradley.prieskorn@windriver.com>
  • Loading branch information
bradleyprieskorn committed May 19, 2023
1 parent dd4f8be commit f87c656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ require (
require (
github.com/klauspost/compress v1.10.3 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
gitlab.devstar.cloud/WestStar/libraries/go/graphql-upload.git v0.3.0
gitlab.devstar.cloud/WestStar/libraries/go/graphql-upload.git v0.4.0
nhooyr.io/websocket v1.8.7 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs
github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY=
gitlab.devstar.cloud/WestStar/libraries/go/graphql-upload.git v0.3.0 h1:nVG9dc+eDE/h/6bw4MAomMpGVwgjAoDeYVT2SSdksc0=
gitlab.devstar.cloud/WestStar/libraries/go/graphql-upload.git v0.3.0/go.mod h1:ZLdWO4iyc2549l7CbW3Qd4Sd9n+oNY7B9Qg6cueo5zA=
gitlab.devstar.cloud/WestStar/libraries/go/graphql-upload.git v0.4.0 h1:45Zy/2ZeUpDaFEwr1bHyiBa5P6lzKzn9QCppONWHpdM=
gitlab.devstar.cloud/WestStar/libraries/go/graphql-upload.git v0.4.0/go.mod h1:ZLdWO4iyc2549l7CbW3Qd4Sd9n+oNY7B9Qg6cueo5zA=
go.opentelemetry.io/otel v1.6.3/go.mod h1:7BgNga5fNlF/iZjG06hM3yofffp0ofKCDwSXx1GC4dI=
go.opentelemetry.io/otel/trace v1.6.3/go.mod h1:GNJQusJlUgZl9/TQBPKU/Y/ty+0iVB5fjhKeJGZPGFs=
golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
Expand Down

0 comments on commit f87c656

Please sign in to comment.