12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- module lims-extend
- go 1.19
- require (
- github.com/gin-gonic/gin v1.8.1
- github.com/spf13/viper v1.13.0
- gorm.io/driver/mysql v1.4.3
- gorm.io/gorm v1.24.0
- )
- require (
- github.com/fsnotify/fsnotify v1.5.4
- github.com/gin-contrib/sse v0.1.0
- github.com/go-playground/locales v0.14.0
- github.com/go-playground/universal-translator v0.18.0
- github.com/go-playground/validator/v10 v10.11.1
- github.com/go-sql-driver/mysql v1.6.0
- github.com/goccy/go-json v0.9.11
- github.com/hashicorp/hcl v1.0.0
- github.com/jinzhu/inflection v1.0.0
- github.com/jinzhu/now v1.1.5
- github.com/json-iterator/go v1.1.12
- github.com/leodido/go-urn v1.2.1
- github.com/magiconair/properties v1.8.6
- github.com/mattn/go-isatty v0.0.16
- github.com/mitchellh/mapstructure v1.5.0
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/pelletier/go-toml v1.9.5
- github.com/pelletier/go-toml/v2 v2.0.5
- github.com/spf13/afero v1.8.2
- github.com/spf13/cast v1.5.0
- github.com/spf13/jwalterweatherman v1.1.0
- github.com/spf13/pflag v1.0.5
- github.com/subosito/gotenv v1.4.1
- github.com/ugorji/go/codec v1.2.7
- golang.org/x/crypto v0.1.0
- golang.org/x/net v0.1.0
- golang.org/x/sys v0.1.0
- golang.org/x/text v0.4.0
- google.golang.org/protobuf v1.28.1
- gopkg.in/ini.v1 v1.67.0
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
- )
|