Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version v1.5.0 #10

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/nextmv-io/go-highs

go 1.21

require github.com/nextmv-io/go-mip v1.5.0-dev.2
require github.com/nextmv-io/go-mip v1.5.0

require (
github.com/sergi/go-diff v1.3.1 // indirect
Expand All @@ -15,7 +15,7 @@ require (
github.com/gorilla/schema v1.2.0 // indirect
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/itzg/go-flagsfiller v1.9.1 // indirect
github.com/nextmv-io/sdk v1.5.0-dev.2
github.com/nextmv-io/sdk v1.5.0
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
Expand Down
10 changes: 4 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,10 @@ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lN
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/nextmv-io/go-mip v0.0.0-20240221135914-bf2265519acb h1:rbnGYL3j1PntYuuT/3qfCKjB7Fzdg2mFRx2D2Nm76nA=
github.com/nextmv-io/go-mip v0.0.0-20240221135914-bf2265519acb/go.mod h1:UJXRxve54GxpHUe3fGsBxlmawA9gpWxwDOS5UqS6Tn4=
github.com/nextmv-io/go-mip v1.5.0-dev.2 h1:wtJw39B57vtTIGtsRe1qYcK7ffxCFE9XpC5ziZBl4aM=
github.com/nextmv-io/go-mip v1.5.0-dev.2/go.mod h1:eMyE1PiL/c65MTG+BJ4XwexxbVVb7yjBSzoi0PXwSuw=
github.com/nextmv-io/sdk v1.5.0-dev.2 h1:DbzrHNT8Owy86Poh5GO3t0kD8rPU3I6cOs2+CDa0UNs=
github.com/nextmv-io/sdk v1.5.0-dev.2/go.mod h1:4kKTivuXdlx2ky+ZkBeUkTPIc8BTJ0PqKFYF3B+wCy4=
github.com/nextmv-io/go-mip v1.5.0 h1:RN6hnRnDoGoSF8jIb+Ywf7bGALDaVdlKyXsLAO+XK7s=
github.com/nextmv-io/go-mip v1.5.0/go.mod h1:fy68s6EZAQ47zYHqwZaf6JPQWaJUnOiADRRipn9F6sY=
github.com/nextmv-io/sdk v1.5.0 h1:sbaO/99qq7Yf1FeGZSmbbjWCum9gXE/vnT/fbsCzuf8=
github.com/nextmv-io/sdk v1.5.0/go.mod h1:4kKTivuXdlx2ky+ZkBeUkTPIc8BTJ0PqKFYF3B+wCy4=
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
Expand Down
Loading