diff --git a/go.mod b/go.mod index 7f4968c15..74cb88045 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,8 @@ module github.com/ubuntu/adsys -go 1.21.4 +go 1.21.0 + +toolchain go1.21.5 require ( github.com/charmbracelet/bubbles v0.16.1