Skip to content

Commit

Permalink
contrib/(github and gopkg)/gorm: Mark as deprecated (#2304)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgajg1134 authored Oct 27, 2023
1 parent 07629d8 commit 568dacd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/gopkg.in/jinzhu/gorm.v1/gorm.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
// Copyright 2016 Datadog, Inc.

// Package gorm provides helper functions for tracing the jinzhu/gorm package (https://github.com/jinzhu/gorm).
//
// Deprecated: The underlying gopkg.in/jinzhu/gorm packages has known security vulnerabilities and is no longer under
// active development. As such consider this package DEPRECATED.
// It is highly recommended that you update to the latest version available here as a contrib package "gorm.io/gorm.v1".
package gorm

import (
Expand Down
4 changes: 4 additions & 0 deletions contrib/jinzhu/gorm/gorm.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
// Copyright 2016 Datadog, Inc.

// Package gorm provides helper functions for tracing the jinzhu/gorm package (https://github.com/jinzhu/gorm).
//
// Deprecated: The underlying github.com/jinzhu/gorm packages has known security vulnerabilities and is no longer under
// active development.
// It is highly recommended that you update to the latest version available here as a contrib package "gorm.io/gorm.v1".
package gorm

import (
Expand Down

0 comments on commit 568dacd

Please sign in to comment.