We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc994a0 commit 5b648e4Copy full SHA for 5b648e4
go.mod
@@ -3,6 +3,7 @@ module varuh
3
go 1.16
4
5
require (
6
+ github.com/atotto/clipboard v0.1.4
7
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
8
github.com/pborman/getopt/v2 v2.1.0
9
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
go.sum
@@ -1,3 +1,5 @@
1
+github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=
2
+github.com/atotto/clipboard v0.1.4/go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
0 commit comments