diff --git a/go.mod b/go.mod index d5aedee0..822f1877 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ replace ( ) require ( - github.com/layer5io/meshery-adapter-library v0.1.24 + github.com/layer5io/meshery-adapter-library v0.1.25 github.com/layer5io/meshkit v0.2.33 github.com/layer5io/service-mesh-performance v0.3.3 gopkg.in/yaml.v2 v2.4.0 diff --git a/go.sum b/go.sum index 9bca0fe5..986cff73 100644 --- a/go.sum +++ b/go.sum @@ -621,8 +621,8 @@ github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0/go.mod h1:vmVJ0l/dxyfGW6Fm github.com/layer5io/kuttl v0.4.1-0.20200806180306-b7e46afd657f/go.mod h1:UmrVd7x+bNVKrpmKgTtfRiTKHZeNPcMjQproJ0vGwhE= github.com/layer5io/learn-layer5/smi-conformance v0.0.0-20210317075357-06b4f88b3e34 h1:QaViadDOBCMDUwYx78kfRvHMkzRVnh/GOhm3s2gxoP4= github.com/layer5io/learn-layer5/smi-conformance v0.0.0-20210317075357-06b4f88b3e34/go.mod h1:BQPLwdJt7v7y0fXIejI4whR9zMyX07Wjt5xrbgEmHLw= -github.com/layer5io/meshery-adapter-library v0.1.24 h1:3U5oIZCyfPCqVeorTUqZnOhnwcdA/gUHtsDVShhpzaU= -github.com/layer5io/meshery-adapter-library v0.1.24/go.mod h1:SLknhKksSoUtKzG2tvJKkN/DsMnGV+O+etmuj5Qew48= +github.com/layer5io/meshery-adapter-library v0.1.25 h1:vAHBr1EqXUzPkUhga4V2luVe11Fd1PKwT9ZtmDh0t6M= +github.com/layer5io/meshery-adapter-library v0.1.25/go.mod h1:SLknhKksSoUtKzG2tvJKkN/DsMnGV+O+etmuj5Qew48= github.com/layer5io/meshkit v0.2.24/go.mod h1:blHAWgbcsNJ3rjKr8YvYke8jQILV75vRaARXYwSh0YA= github.com/layer5io/meshkit v0.2.33 h1:YRCGiKauuPlJvofLxVwtzEbpWP9y+FbAZXp/FJUPyXc= github.com/layer5io/meshkit v0.2.33/go.mod h1:2o6I6N7XmupMvJRb1gqlRBIf51GIUqwCzPCGarZxIRU=