diff --git a/go.mod b/go.mod index b7dcf9f..e46eeb6 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,10 @@ module github.com/slok/tfe-drift -go 1.25 +go 1.25.0 require ( github.com/alecthomas/kingpin/v2 v2.4.0 - github.com/hashicorp/go-tfe v1.99.0 + github.com/hashicorp/go-tfe v1.102.0 github.com/oklog/run v1.2.0 github.com/prometheus/client_golang v1.23.2 github.com/sirupsen/logrus v1.9.4 diff --git a/go.sum b/go.sum index cf5f04e..59078e7 100644 --- a/go.sum +++ b/go.sum @@ -25,8 +25,8 @@ github.com/hashicorp/go-retryablehttp v0.7.8 h1:ylXZWnqa7Lhqpk0L1P1LzDtGcCR0rPVU github.com/hashicorp/go-retryablehttp v0.7.8/go.mod h1:rjiScheydd+CxvumBsIrFKlx3iS0jrZ7LvzFGFmuKbw= github.com/hashicorp/go-slug v1.0.0 h1:aOwhQ1fIbyRAUdBDzXZK2LVmsFFQYuuvJhOM8X9XW3o= github.com/hashicorp/go-slug v1.0.0/go.mod h1:Zxkkl8/LfXmhxZO3fLXQUCy3MVXAJK9pybY8WoDPgvs= -github.com/hashicorp/go-tfe v1.99.0 h1:JJToLgw5swACi3Z6Hap3zFS8UfA40R/PdUVQU3xh7Hk= -github.com/hashicorp/go-tfe v1.99.0/go.mod h1:JIqznMwZd8flUhPif5d2sprKcFkD4sWJSIQ6E8iAuIA= +github.com/hashicorp/go-tfe v1.102.0 h1:6tU1nEGliMCqKmyO75DqhxbHzEc7+noCoGiOVyxXN28= +github.com/hashicorp/go-tfe v1.102.0/go.mod h1:h9zoGyk0+5YCxuahXVppZ5kUNxqHhdZ21jrnLPDPNS4= github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8= github.com/hashicorp/go-uuid v1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= github.com/hashicorp/go-version v1.8.0 h1:KAkNb1HAiZd1ukkxDFGmokVZe1Xy9HG6NUp+bPle2i4=