You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
245 B
Modula-2
11 lines
245 B
Modula-2
2 years ago
|
module test
|
||
|
|
||
7 months ago
|
go 1.23.0
|
||
2 years ago
|
|
||
|
require (
|
||
|
github.com/golang/protobuf v1.5.0 // indirect
|
||
|
github.com/google/go-cmp v0.5.5 // indirect
|
||
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
|
||
7 months ago
|
google.golang.org/protobuf v1.34.2 // indirect
|
||
2 years ago
|
)
|