From ecc9eff4ad2269c82e4144240a152c6f37321ace Mon Sep 17 00:00:00 2001 From: Mark Laing Date: Mon, 24 Jun 2024 16:23:44 +0100 Subject: [PATCH] test: Order client dependencies alphabetically. Signed-off-by: Mark Laing --- test/godeps.list | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/godeps.list b/test/godeps.list index a55776752071..b694678605d9 100644 --- a/test/godeps.list +++ b/test/godeps.list @@ -1,5 +1,3 @@ -github.com/gorilla/websocket -github.com/juju/persistent-cookiejar github.com/canonical/lxd/client github.com/canonical/lxd/shared github.com/canonical/lxd/shared/api @@ -9,6 +7,8 @@ github.com/canonical/lxd/shared/logger github.com/canonical/lxd/shared/simplestreams github.com/canonical/lxd/shared/tcp github.com/canonical/lxd/shared/units +github.com/gorilla/websocket +github.com/juju/persistent-cookiejar github.com/pkg/sftp gopkg.in/inconshreveable/log15.v2 gopkg.in/juju/environschema.v1/form