瀏覽代碼

build: convert zalando/go-keyring to direct dep

rigormorrtiss 4 年之前
父節點
當前提交
c5ef19f8d8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      go.mod

+ 1 - 1
go.mod

@@ -7,5 +7,5 @@ require (
 	github.com/diamondburned/arikawa/v3 v3.0.0-20210817064836-eece98903ab1
 	github.com/gdamore/tcell/v2 v2.4.0
 	github.com/rivo/tview v0.0.0-20210624165335-29d673af0ce2
-	github.com/zalando/go-keyring v0.1.1 // indirect
+	github.com/zalando/go-keyring v0.1.1
 )