github im-kulikov/helium v0.12.0
🐌 Refactoring and update dependencies

latest releases: v0.14.0-rc.9, v0.14.0-rc.8, v0.14.0-rc.7...
4 years ago
  • Fix GolangCI notices
    • typos
    • scope lint
    • if-else-if -> switch-case
    • remove binding to all interfaces
    • missing error checks
    • missing params checks
  • Update web-module to new mserv
    • missing error check in tests
    • mserv.NewHTTPServer was changed
  • Refactoring workers-module
    • test coverage
    • update to new version of chapsuk/worker
    • remove logger from params (not need anymore)
    • remove redis from dependencies (used worker.Locker interface instead)
  • Dependencies:
    • Update:
      • github.com/chapsuk/mserv v1.1.0
      • github.com/chapsuk/worker v1.0.0
      • github.com/davecgh/go-spew v1.1.1
      • github.com/prometheus/client_golang v1.1.0
      • github.com/spf13/viper v1.4.0
      • github.com/stretchr/testify v1.4.0
      • go.uber.org/atomic v1.4.0
      • go.uber.org/zap v1.10.0
    • Removed:
      • github.com/bsm/redis-lock
      • github.com/golang/protobuf
      • github.com/go-redis/redis
      • github.com/chapsuk/wait
      • github.com/onsi/ginkgo
      • github.com/onsi/gomega
      • github.com/prometheus/common
      • github.com/robfig/cron
      • github.com/smartystreets/goconvey
      • go.uber.org/multierr
      • google.golang.org/grpc

Don't miss a new helium release

NewReleases is sending notifications on new releases.