From dbfcbf09e8269a96e36793dcb88f1bd7c21d2587 Mon Sep 17 00:00:00 2001 From: Matt Tanner <matthewtanner91@gmail.com> Date: Wed, 28 Feb 2024 15:47:37 -0500 Subject: [PATCH] bumped API version to latest --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index aa14a6e..4ce72dc 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index 349cbf2..e910be7 100644 --- a/go.sum +++ b/go.sum @@ -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=