klepto
klepto copied to clipboard
Klepto is a tool for copying and anonymising data
This is a more in-depth approach to #139 than the `--data-only` flag I proposed in #140. That flag may still be helpful in other cases, so I'd consider that PR...
The Latitude and Longitude faker functions return a float32 value. Prior to this fix, the anonymized value was set to the string `""` rather than to the string representing the...
This was prompted as a workaround for the issue presented in #139. By allowing data-only transfers to be run, we can use multiple config files in order to extract multiple...
I've got a use case where I'm interested in grabbing: 1. Unmodified copies of the user records for our staff 2. Anonymized copies of some non-staff users I tried defining...
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.7.1 to 1.8.1. Release notes Sourced from github.com/go-sql-driver/mysql's releases. v1.8.1 What's Changed Bugfixes: fix race condition when context is canceled in #1562 and #1570 Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.8.0...v1.8.1...
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.3.2 to 1.4.0. Release notes Sourced from github.com/BurntSushi/toml's releases. v1.4.0 This version requires Go 1.18 Add toml.Marshal() (#405) Require 2-digit hour (#320) Wrap UnmarshalTOML() and UnmarshalText() return...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1. Release notes Sourced from github.com/spf13/cobra's releases. v1.8.1 ✨ Features Add env variable to suppress completion descriptions on create by @scop in spf13/cobra#1938 🐛 Bug...
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.18.2 to 1.19.0. Release notes Sourced from github.com/spf13/viper's releases. v1.19.0 What's Changed Bug Fixes 🐛 fix!: hide struct binding behind a feature flag by @sagikazarmark in spf13/viper#1720...
Bumps [github.com/hellofresh/updater-go/v3](https://github.com/hellofresh/updater-go) from 3.0.6 to 3.0.7. Release notes Sourced from github.com/hellofresh/updater-go/v3's releases. v3.0.7 What's Changed Respect amount when listing releases by @bosunski in hellofresh/updater-go#63 New Contributors @bosunski made their first...
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.4.0 to 1.6.0. Release notes Sourced from github.com/BurntSushi/toml's releases. v1.6.0 TOML 1.1 is now enabled by default. The TOML changelog has an overview of changes: https://github.com/toml-lang/toml/blob/main/CHANGELOG.md Also...