-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #615 from KforG/Upgrade Go version and packages
- Loading branch information
Showing
6 changed files
with
196 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,57 @@ | ||
module github.com/vertcoin-project/one-click-miner-vnext | ||
|
||
go 1.16 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/ProtonMail/go-autostart v0.0.0-20181114175602-c5272053443a | ||
github.com/btcsuite/btcd v0.0.0-20190614013741-962a206e94e9 | ||
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d | ||
github.com/ProtonMail/go-autostart v0.0.0-20210130080809-00ed301c8e9a | ||
github.com/btcsuite/btcd v0.23.5-0.20231215221805-96c9fd8078fd | ||
github.com/btcsuite/btcd/btcec/v2 v2.3.2 | ||
github.com/btcsuite/btcd/btcutil v1.1.5 | ||
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 | ||
github.com/btcsuite/fastsha256 v0.0.0-20160815193821-637e65642941 | ||
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 | ||
github.com/fatih/color v1.12.0 // indirect | ||
github.com/gertjaap/verthash-go v0.0.0-20210205201258-234a3a9698d1 | ||
github.com/go-ping/ping v0.0.0-20210402232549-1726e5ede5b6 | ||
github.com/gorilla/websocket v1.4.2 // indirect | ||
github.com/leaanthony/slicer v1.5.0 // indirect | ||
github.com/marcsauter/single v0.0.0-20181104081128-f8bf46f26ec0 | ||
github.com/mattn/go-isatty v0.0.13 // indirect | ||
github.com/pkg/browser v0.0.0-20210606212950-a7b7a6107d32 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/tidwall/btree v0.0.0-20170113224114-9876f1454cf0 // indirect | ||
github.com/tidwall/buntdb v1.1.0 | ||
github.com/tidwall/gjson v1.9.3 // indirect | ||
github.com/tidwall/grect v0.0.0-20161006141115-ba9a043346eb // indirect | ||
github.com/tidwall/rtree v0.0.0-20180113144539-6cd427091e0e // indirect | ||
github.com/tidwall/tinyqueue v0.0.0-20180302190814-1e39f5511563 // indirect | ||
github.com/wailsapp/wails v1.16.3 | ||
golang.org/x/crypto v0.17.0 | ||
golang.org/x/image v0.10.0 // indirect | ||
github.com/go-ping/ping v1.1.0 | ||
github.com/marcsauter/single v0.0.0-20201009143647-9f8d81240be2 | ||
github.com/tidwall/buntdb v1.3.0 | ||
github.com/wailsapp/wails v1.16.9 | ||
golang.org/x/crypto v0.20.0 | ||
golang.org/x/text v0.14.0 | ||
gopkg.in/yaml.v3 v3.0.0 // indirect | ||
) | ||
|
||
require ( | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/abadojack/whatlanggo v1.0.1 // indirect | ||
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect | ||
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect | ||
github.com/fatih/color v1.16.0 // indirect | ||
github.com/go-playground/colors v1.2.0 // indirect | ||
github.com/google/uuid v1.2.0 // indirect | ||
github.com/gorilla/websocket v1.5.1 // indirect | ||
github.com/jackmordaunt/icns v1.0.0 // indirect | ||
github.com/kennygrant/sanitize v1.2.4 // indirect | ||
github.com/leaanthony/slicer v1.6.0 // indirect | ||
github.com/leaanthony/spinner v0.5.3 // indirect | ||
github.com/leaanthony/synx v0.1.0 // indirect | ||
github.com/leaanthony/wincursor v0.1.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect | ||
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/syossan27/tebata v0.0.0-20180602121909-b283fe4bc5ba // indirect | ||
github.com/tidwall/btree v1.7.0 // indirect | ||
github.com/tidwall/gjson v1.17.1 // indirect | ||
github.com/tidwall/grect v0.1.4 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.0 // indirect | ||
github.com/tidwall/rtred v0.1.2 // indirect | ||
github.com/tidwall/tinyqueue v0.1.1 // indirect | ||
golang.org/x/image v0.15.0 // indirect | ||
golang.org/x/net v0.21.0 // indirect | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect | ||
golang.org/x/sys v0.17.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.