go-starter icon indicating copy to clipboard operation
go-starter copied to clipboard

An opinionated production-ready SQL-/Swagger-first RESTful JSON API written in Go, highly integrated with VSCode DevContainers by allaboutapps.

Results 37 go-starter issues
Sort by recently updated
recently updated
newest added

https://github.com/allaboutapps/go-starter/blob/1711299596cb8f77466ee25f2788ce3cc4d6d9b0/internal/data/fixtures.go#L15-L17 ``` type Upsertable interface { Upsert(ctx context.Context, exec boil.ContextExecutor, updateOnConflict bool, conflictColumns []string, updateColumns boil.Columns, insertColumns boil.Columns, opts ...models.UpsertOptionFunc) error } ```

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.37.0. Commits 959f8f3 go.mod: update golang.org/x dependencies 769bcd6 ssh: use the configured rand in kex init d0a798f cryptobyte: fix typo 'octects' into 'octets' for asn1.go...

dependencies
go

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.21.1 to 1.22.0. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.22.0 - 2025-04-07 :warning: This release contains potential breaking change if you use experimental zstd support introduce in...

dependencies
go

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.23.0 to 0.24.0. Commits 4890c57 go.mod: update golang.org/x dependencies See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/text&package-manager=go_modules&previous-version=0.23.0&new-version=0.24.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as...

dependencies
go

Bumps [github.com/nicksnyder/go-i18n/v2](https://github.com/nicksnyder/go-i18n) from 2.4.1 to 2.6.0. Release notes Sourced from github.com/nicksnyder/go-i18n/v2's releases. v2.6.0 Key changes go-i18n extract will error if it finds a message ID that has been duplicated but...

dependencies
go

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.31.0 to 0.32.0. Commits 01aaa83 all: simplify code by using modern Go constructs 1b2bd6b windows: replace all StringToUTF16 calls with UTF16FromString 1c3b72f unix: update Linux kernel to...

dependencies
go

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 4.2.2. Release notes Sourced from actions/checkout's releases. v4.2.2 What's Changed url-helper.ts now leverages well-known environment variables by @​jww3 in actions/checkout#1941 Expand unit test coverage for...

dependencies
github_actions