mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2024-11-22 07:58:05 +01:00
Compare commits
2 commits
8782199988
...
25eb4fa74b
Author | SHA1 | Date | |
---|---|---|---|
|
25eb4fa74b | ||
|
4526c31d1d |
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
.idea
|
||||
|
||||
/fatcontext
|
||||
dist/
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/Crocmagnon/fatcontext
|
||||
|
||||
go 1.22.6
|
||||
go 1.22.0
|
||||
|
||||
require golang.org/x/tools v0.23.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue