Skip to content

Commit

Permalink
Update server
Browse files Browse the repository at this point in the history
  • Loading branch information
ErrorNoInternet committed Feb 11, 2022
1 parent ea5ddc2 commit a9d7ecc
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 329 deletions.
15 changes: 11 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
module ryan/ok

go 1.16
go 1.17

require (
github.com/gookit/color v1.4.2
github.com/gookit/color v1.5.0
github.com/guptarohit/asciigraph v0.5.2
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
github.com/peterbourgon/diskv v2.0.1+incompatible
github.com/prologic/bitcask v0.3.10 // indirect
)

require (
github.com/google/btree v1.0.1 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/crypto v0.0.0-20220210151621-f4118a5b28e2 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
)
Loading

0 comments on commit a9d7ecc

Please sign in to comment.