From 1bf1ad282b5bbdbe8c3ebac55e8632cfc2cf5d09 Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Mon, 31 Mar 2025 15:58:37 -0400 Subject: [PATCH] Remove configuration setting vestage --- internal/config/config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/config/config.go b/internal/config/config.go index 350163cba..476154d66 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -12,11 +12,9 @@ import ( o "github.com/cli/cli/v2/pkg/option" ghauth "github.com/cli/go-gh/v2/pkg/auth" ghConfig "github.com/cli/go-gh/v2/pkg/config" - xcolor "github.com/cli/go-gh/v2/pkg/x/color" ) const ( - accessibleColorsKey = xcolor.AccessibleColorsSetting aliasesKey = "aliases" browserKey = "browser" editorKey = "editor"