-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
51 additions
and
57 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,47 +1,46 @@ | ||
module github.com/sarchlab/mgpusim/v3 | ||
module github.com/sarchlab/mgpusim/v4 | ||
|
||
require ( | ||
github.com/disintegration/imaging v1.6.2 | ||
github.com/fatih/color v1.16.0 | ||
github.com/golang/mock v1.6.0 | ||
github.com/gorilla/mux v1.8.1 | ||
github.com/onsi/ginkgo/v2 v2.16.0 | ||
github.com/onsi/gomega v1.31.1 | ||
github.com/rs/xid v1.5.0 | ||
github.com/onsi/ginkgo/v2 v2.20.2 | ||
github.com/onsi/gomega v1.34.2 | ||
github.com/rs/xid v1.6.0 | ||
github.com/sarchlab/akita/v3 v3.0.0 | ||
github.com/sarchlab/mgpusim/v3 v3.0.3 | ||
github.com/tebeka/atexit v0.3.0 | ||
gonum.org/v1/gonum v0.14.0 | ||
) | ||
|
||
require ( | ||
filippo.io/edwards25519 v1.1.0 // indirect | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-ole/go-ole v1.3.0 // indirect | ||
github.com/go-sql-driver/mysql v1.8.0 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect | ||
github.com/go-sql-driver/mysql v1.8.1 // indirect | ||
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/google/pprof v0.0.0-20240829160300-da1f7e9f2b25 // indirect | ||
github.com/kr/pretty v0.2.1 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.22 // indirect | ||
github.com/shirou/gopsutil v3.21.11+incompatible // indirect | ||
github.com/stretchr/testify v1.7.0 // indirect | ||
github.com/syifan/goseth v0.1.2 // indirect | ||
github.com/tklauser/go-sysconf v0.3.13 // indirect | ||
github.com/tklauser/numcpus v0.7.0 // indirect | ||
github.com/tklauser/go-sysconf v0.3.14 // indirect | ||
github.com/tklauser/numcpus v0.8.0 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.4 // indirect | ||
golang.org/x/image v0.18.0 // indirect | ||
golang.org/x/net v0.25.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
golang.org/x/net v0.28.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
golang.org/x/tools v0.24.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
// replace github.com/syifan/goseth => ../goseth | ||
|
||
// replace github.com/sarchlab/akita/v3 => ../akita | ||
replace github.com/sarchlab/akita/v3 => ../akita | ||
|
||
go 1.22 |
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