GitHub / iammukeshm / golang-crud-rest-api
Implementing CRUD in Golang REST API with Mux & GORM
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iammukeshm%2Fgolang-crud-rest-api
Stars: 26
Forks: 21
Open issues: 0
License: None
Language: Go
Size: 6.32 MB
Dependencies parsed at:
499
Created at: about 3 years ago
Updated at: about 1 month ago
Pushed at: about 3 years ago
Last synced at: 18 days ago
Topics: go, golang, golang-examples, rest-api
go.mod
go
- github.com/fsnotify/fsnotify v1.5.1
- github.com/go-sql-driver/mysql v1.6.0
- github.com/gorilla/mux v1.8.0
- github.com/hashicorp/hcl v1.0.0
- github.com/jinzhu/gorm v1.9.16
- github.com/jinzhu/inflection v1.0.0
- github.com/jinzhu/now v1.1.5
- github.com/magiconair/properties v1.8.6
- github.com/mitchellh/mapstructure v1.4.3
- github.com/pelletier/go-toml v1.9.4
- github.com/spf13/afero v1.8.2
- github.com/spf13/cast v1.4.1
- github.com/spf13/jwalterweatherman v1.1.0
- github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.10.1
- github.com/subosito/gotenv v1.2.0
- golang.org/x/sys v0.0.0-20220318055525-2edf467146b5
- golang.org/x/text v0.3.7
- gopkg.in/ini.v1 v1.66.4
- gopkg.in/yaml.v2 v2.4.0
- gorm.io/driver/mysql v1.3.2
- gorm.io/gorm v1.23.3