File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2020 Volatile Technologies Inc. All rights reserved.
1
+ Copyright (c) 2025 Aaron Lefkowitz
2
2
3
3
Redistribution and use in source and binary forms, with or without
4
4
modification, are permitted provided that the following conditions are
Original file line number Diff line number Diff line change 4
4
[ ![ GoDoc] ( https://img.shields.io/badge/godoc-reference-5272B4 )] ( https://pkg.go.dev/mod/github.com/aarondl/sqlboiler/v4 )
5
5
[ ![ Slack] ( https://img.shields.io/badge/slack-%23general-lightgrey.svg )] ( https://sqlboiler.from-the.cloud )
6
6
![ ActionsCI] ( https://github.com/aarondl/sqlboiler/workflows/test/badge.svg )
7
- [ ![ Go Report Card] ( https://goreportcard.com/badge/volatiletech /sqlboiler )] ( http://goreportcard.com/report/volatiletech /sqlboiler )
7
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/aarondl /sqlboiler )] ( http://goreportcard.com/report/aarondl /sqlboiler )
8
8
9
9
# Maintenance Mode
10
10
Original file line number Diff line number Diff line change @@ -750,7 +750,7 @@ func (s *State) verifyModVersion() error {
750
750
return fmt .Errorf (fmt .Sprintf ("could not read go.mod: %v" , err ))
751
751
}
752
752
753
- re , err := regexp .Compile (`github\.com\/volatiletech \/sqlboiler\/v4 v(\d*\.\d*\.\d*)` )
753
+ re , err := regexp .Compile (`github\.com\/aarondl \/sqlboiler\/v4 v(\d*\.\d*\.\d*)` )
754
754
if err != nil {
755
755
return fmt .Errorf (fmt .Sprintf ("failed to parse regexp: %v" , err ))
756
756
}
You can’t perform that action at this time.
0 commit comments