File tree Expand file tree Collapse file tree 4 files changed +7
-67
lines changed Expand file tree Collapse file tree 4 files changed +7
-67
lines changed Original file line number Diff line number Diff line change
1
+ module github.com/halfrost/LeetCode-Go/ctl/models
2
+
3
+ go 1.19
Original file line number Diff line number Diff line change
1
+ module github.com/halfrost/LeetCode-Go/ctl/util
2
+
3
+ go 1.19
Original file line number Diff line number Diff line change 1
- module github.com/halfrost/leetcode-go
1
+ module github.com/halfrost/LeetCode-Go
2
2
3
3
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
- )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments