Skip to content

Commit

Permalink
fix(mem): fixed memory leak issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Aug 5, 2022
1 parent fb4bdfa commit a07582a
Show file tree
Hide file tree
Showing 4 changed files with 722 additions and 319 deletions.
14 changes: 5 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
module github.com/crawlab-team/crawlab-log

go 1.15

replace (
github.com/crawlab-team/crawlab-fs => /Users/marvzhang/projects/crawlab-team/crawlab-fs
github.com/crawlab-team/goseaweedfs => /Users/marvzhang/projects/crawlab-team/goseaweedfs
)
go 1.16

require (
github.com/crawlab-team/crawlab-fs v0.0.0
github.com/crawlab-team/crawlab-fs v0.6.0-beta.20211101.1940
github.com/crawlab-team/go-trace v0.1.0
github.com/crawlab-team/goseaweedfs v0.1.6
github.com/stretchr/testify v1.6.1
github.com/crawlab-team/goseaweedfs v0.6.0-beta.20211101.1936
github.com/spf13/viper v1.10.0
github.com/stretchr/testify v1.7.0
)
Loading

0 comments on commit a07582a

Please sign in to comment.