github.com/pinpoint-apm/pinpoint-go-agent@v1.4.1-0.20240110120318-a50c2eb18c8c/go.mod (about) 1 module github.com/pinpoint-apm/pinpoint-go-agent 2 3 go 1.15 4 5 require ( 6 github.com/fsnotify/fsnotify v1.5.4 7 github.com/golang/mock v1.6.0 8 github.com/golang/protobuf v1.5.2 9 github.com/hashicorp/golang-lru v0.5.4 10 github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect 11 github.com/onsi/ginkgo v1.16.5 // indirect 12 github.com/onsi/gomega v1.23.0 // indirect 13 github.com/pkg/errors v0.9.1 14 github.com/shirou/gopsutil/v3 v3.22.7 15 github.com/sirupsen/logrus v1.8.1 16 github.com/spaolacci/murmur3 v1.1.0 17 github.com/spf13/cast v1.5.0 18 github.com/spf13/pflag v1.0.5 19 github.com/spf13/viper v1.12.0 20 github.com/stretchr/testify v1.8.0 21 github.com/x-cray/logrus-prefixed-formatter v0.5.2 22 golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 23 google.golang.org/grpc v1.49.0 24 google.golang.org/protobuf v1.28.1 25 gopkg.in/natefinch/lumberjack.v2 v2.0.0 26 )