Skip to content

Commit

Permalink
Merge pull request #35 from Moesif/add-subscription-support
Browse files Browse the repository at this point in the history
bumped API version to latest
  • Loading branch information
matthewtanner91 authored Feb 28, 2024
2 parents 4c5b926 + dbfcbf0 commit 4a3768a
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 @@ -3,6 +3,6 @@ module github.com/moesif/moesifmiddleware-go
go 1.12

require (
github.com/moesif/moesifapi-go v1.1.4
github.com/moesif/moesifapi-go v1.1.5
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/moesif/moesifapi-go v1.1.4 h1:y+rM5atWlDelKUG2BlqP+1jXXZa5l+Zbm9pMiA5dM4Q=
github.com/moesif/moesifapi-go v1.1.4/go.mod h1:wRGgVy0QeiCgnjFEiD13HD2Aa7reI8nZXtCnddNnZGs=
github.com/moesif/moesifapi-go v1.1.5 h1:jL3iMSyG4DpT7OJppJQn8reGYifraPJiu5lAAvE/BGQ=
github.com/moesif/moesifapi-go v1.1.5/go.mod h1:wRGgVy0QeiCgnjFEiD13HD2Aa7reI8nZXtCnddNnZGs=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
Expand Down

0 comments on commit 4a3768a

Please sign in to comment.