diff --git a/quickstart/go-test/go.mod b/quickstart/go-test/go.mod index fc46e4c..dd3f287 100644 --- a/quickstart/go-test/go.mod +++ b/quickstart/go-test/go.mod @@ -3,7 +3,7 @@ module github.com/kurtosis-tech/awesome-kurtosis/quickstart/go-test go 1.19 require ( - github.com/kurtosis-tech/kurtosis/api/golang v1.2.0 + github.com/kurtosis-tech/kurtosis/api/golang v1.4.0 github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.8.4 ) diff --git a/quickstart/go-test/go.sum b/quickstart/go-test/go.sum index 11b7070..e3db203 100644 --- a/quickstart/go-test/go.sum +++ b/quickstart/go-test/go.sum @@ -30,8 +30,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/kurtosis-tech/kurtosis-portal/api/golang v0.0.0-20230920121005-0c6e2bffafa3 h1:TK3zIoHS3w7ceFZTKuXueyln3/wkW03HvvuZrBuvy7Y= github.com/kurtosis-tech/kurtosis-portal/api/golang v0.0.0-20230920121005-0c6e2bffafa3/go.mod h1:bWSMQK3WHVTGHX9CjxPAb/LtzcmfOxID2wdzakSWQxo= -github.com/kurtosis-tech/kurtosis/api/golang v1.2.0 h1:NaNkkAvLiAVgRVTM9yeLCg4FIoIe/BVJKfU93KIFqdc= -github.com/kurtosis-tech/kurtosis/api/golang v1.2.0/go.mod h1:9T22P7Vv3j5g6sbm78DxHQ4s9C4Cj3s9JjFQ7DFyYpM= +github.com/kurtosis-tech/kurtosis/api/golang v1.4.0 h1:Iczs8diUFpbl4R2JJoofu6R/ZDwBsHe0O6wot45fxgQ= +github.com/kurtosis-tech/kurtosis/api/golang v1.4.0/go.mod h1:9T22P7Vv3j5g6sbm78DxHQ4s9C4Cj3s9JjFQ7DFyYpM= github.com/kurtosis-tech/kurtosis/contexts-config-store v0.0.0-20230818184218-f4e3e773463b h1:hMoIM99QKcYQqsnK4AF7Lovi9ZD9ac6lZLZ5D/jx2x8= github.com/kurtosis-tech/kurtosis/contexts-config-store v0.0.0-20230818184218-f4e3e773463b/go.mod h1:4pFdrRwDz5R+Fov2ZuTaPhAVgjA2jhGh1Izf832sX7A= github.com/kurtosis-tech/kurtosis/grpc-file-transfer/golang v0.0.0-20230803130419-099ee7a4e3dc h1:7IlEpSehmWcNXOFpNP24Cu5HQI3af7GCBQw//m+LnvQ=