Skip to content

Releases: vulsio/go-msfdb

v0.3.0

02 Oct 04:39
38cb012
Compare
Choose a tag to compare

Changelog

  • 38cb012 refactor: use std slices package (#151)
  • a8fd0cc build: update go to 1.23 (#150)
  • 0c8a289 feat(db) no progress when --log-json option (#147)
  • 04189c0 chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#145)
  • 6f9045a chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#143)
  • 7c30666 --- (#142)
  • 7aceabf chore(deps): bump github.com/labstack/echo/v4 from 4.11.4 to 4.12.0 (#140)
  • 44779a1 chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 (#139)
  • 8bfc812 chore(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4 (#133)
  • b6e2d68 chore(deps): bump gorm.io/driver/postgres from 1.5.4 to 1.5.7 (#132)
  • 22712dc chore(deps): bump gorm.io/driver/mysql from 1.5.1 to 1.5.5 (#134)
  • 4ec8377 chore(deps): bump github.com/glebarez/sqlite from 1.10.0 to 1.11.0 (#135)
  • ccc4931 chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5 (#127)
  • 5e36a17 chore(deps): bump github.com/labstack/echo/v4 from 4.11.3 to 4.11.4 (#124)
  • d08d2a3 chore(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2 (#125)
  • 0cf2f64 chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#123)
  • 7a377d6 chore(deps): bump gorm.io/driver/postgres from 1.5.2 to 1.5.4 (#119)
  • 0433528 chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#122)
  • 19cab55 chore(deps): bump github.com/labstack/echo/v4 from 4.11.2 to 4.11.3 (#121)
  • 2ec325c chore(deps): bump github.com/glebarez/sqlite from 1.9.0 to 1.10.0 (#118)
  • 1f58840 chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#120)
  • b705e69 chore(deps): bump github.com/labstack/echo/v4 from 4.11.1 to 4.11.2 (#114)
  • b2b9283 chore(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 (#113)
  • 8c07009 chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#112)

v0.2.3

06 Sep 06:11
4a3780a
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump requests from 2.25.1 to 2.31.0 in /integration by @dependabot in #103
  • chore(deps): bump gorm.io/gorm from 1.25.0 to 1.25.2 by @dependabot in #105
  • chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #104
  • chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.4 by @dependabot in #107
  • chore(deps): bump github.com/labstack/echo/v4 from 4.10.2 to 4.11.1 by @dependabot in #108
  • feat(ci): add darwin by @MaineK00n in #109

Full Changelog: v0.2.2...v0.2.3

v0.2.2

10 May 14:42
61c47a0
Compare
Choose a tag to compare

What's Changed

  • feat(ci): test fetch periodically by @MaineK00n in #84
  • chore(deps): bump github.com/spf13/viper from 1.8.1 to 1.15.0 by @dependabot in #81
  • chore(deps): bump github.com/spf13/cobra from 1.2.1 to 1.7.0 by @dependabot in #92
  • chore(deps): bump github.com/cheggaaa/pb/v3 from 3.0.5 to 3.1.2 by @dependabot in #88
  • chore(deps): bump golang.org/x/net from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0 by @dependabot in #90
  • chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.9 to 1.14.16 by @dependabot in #94
  • chore(deps): bump gorm.io/gorm from 1.21.11 to 1.25.0 by @dependabot in #93
  • chore(deps): bump github.com/inconshreveable/log15 from 0.0.0-20200109203555-b30bc20e4fd1 to 3.0.0-testing.5+incompatible by @dependabot in #96
  • chore(deps): bump github.com/go-redis/redis/v8 from 8.4.0 to 8.11.5 by @dependabot in #97
  • chore(deps): use github.com/labstack/echo/v4 by @MaineK00n in #98
  • refactor: use pure go sqlite driver by @MaineK00n in #99

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

19 Feb 23:38
7b84711
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

16 Sep 00:55
ede312a
Compare
Choose a tag to compare

NOTE
In this PR, we are changing the architecture of Redis.

// delete all old key
$ redis-cli keys "METASPLOIT#*" | xargs redis-cli del

Changelog

ede312a chore: add workflows with github actions (#28)
a7c6822 move github.com/takuzoo3868 to github.com/vulsio (#27)
0f4ed0a breaking-change(redis): add Redis Architecture (#26)
e88e564 feat(redis): add expire option (#25)

v0.1.6

20 Jul 23:25
e65f725
Compare
Choose a tag to compare

Changelog

e65f725 chore: add goreleaser (#24)
67c3a49 feat(rdb): update GORMv2 (#22)
a7b2bef refactor: refactoring for GORMv2 (#21)
a04f489 fix(redis): change from Hash to Set since Key and Field are in conflict (#23)
d93671e Update Dockerfile (#20)