Skip to content

Commit c5ed9a3

Browse files
committed
Add go module
1 parent a655d95 commit c5ed9a3

File tree

4 files changed

+7
-67
lines changed

4 files changed

+7
-67
lines changed

ctl/models/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/halfrost/LeetCode-Go/ctl/models
2+
3+
go 1.19

ctl/util/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/halfrost/LeetCode-Go/ctl/util
2+
3+
go 1.19

go.mod

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
module github.com/halfrost/leetcode-go
1+
module github.com/halfrost/LeetCode-Go
22

33
go 1.19
4-
5-
require (
6-
github.com/BurntSushi/toml v1.2.0
7-
github.com/mozillazg/request v0.8.0
8-
github.com/spf13/cobra v1.5.0
9-
github.com/stretchr/testify v1.8.0
10-
)
11-
12-
require (
13-
github.com/bitly/go-simplejson v0.5.0 // indirect
14-
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
15-
github.com/davecgh/go-spew v1.1.1 // indirect
16-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
17-
github.com/kr/pretty v0.3.0 // indirect
18-
github.com/pmezard/go-difflib v1.0.0 // indirect
19-
github.com/spf13/pflag v1.0.5 // indirect
20-
golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 // indirect
21-
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
22-
gopkg.in/yaml.v3 v3.0.1 // indirect
23-
)

go.sum

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)