From 5dea757707a9433ca58873679faac833d7401d34 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 10 Jul 2025 12:38:54 +0300 Subject: [PATCH] chore(config): remove aqua from go packages Signed-off-by: Ismo Vuorinen --- config/asdf/golang-packages | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/asdf/golang-packages b/config/asdf/golang-packages index a7f543e..3099652 100644 --- a/config/asdf/golang-packages +++ b/config/asdf/golang-packages @@ -1,8 +1,6 @@ // These are golang packages I use, // so they should be available with all versions -// Aqua is a package manager like asdf, or Brew -github.com/aquaproj/aqua/v2/cmd/aqua@latest // Git Profile allows you to switch between user profiles in git repos github.com/dotzero/git-profile@v1.4.0 // An extensible command line tool or library to format yaml files.