Skip to content

Commit

Permalink
升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Nov 19, 2024
1 parent 99701ef commit e702b3e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/
.idea/*
go.sum
go.work.sum
go.work
/test/log/
*.DS_Store
10 changes: 9 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@ module github.com/farseer-go/docker

go 1.21

toolchain go1.22.0
toolchain go1.23.3

require (
github.com/farseer-go/collections v0.15.0
github.com/farseer-go/fs v0.15.0
github.com/farseer-go/utils v0.15.0
)

require github.com/timandy/routine v1.1.4 // indirect

0 comments on commit e702b3e

Please sign in to comment.